Kind: Function
Source: atloria-monorepo/apps/frontend-parser/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?