Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/ast-helpers.ts
Convert TypeScript type to string representation
Signature
tsfunction extractTypeString(typeNode: t.TSType | null | undefined): string
Parameters
| Name | Type |
|---|---|
typeNode | `t.TSType |
Returns: string
Was this page helpful?