type alias Deno.lint.TypeNode
unstable
Union type of all possible type nodes in TypeScript
Definition #
TSAnyKeyword
 | TSArrayType
 | TSBigIntKeyword
 | TSBooleanKeyword
 | TSConditionalType
 | TSFunctionType
 | TSImportType
 | TSIndexedAccessType
 | TSInferType
 | TSIntersectionType
 | TSIntrinsicKeyword
 | TSLiteralType
 | TSMappedType
 | TSNamedTupleMember
 | TSNeverKeyword
 | TSNullKeyword
 | TSNumberKeyword
 | TSObjectKeyword
 | TSOptionalType
 | TSQualifiedName
 | TSRestType
 | TSStringKeyword
 | TSSymbolKeyword
 | TSTemplateLiteralType
 | TSThisType
 | TSTupleType
 | TSTypeLiteral
 | TSTypeOperator
 | TSTypePredicate
 | TSTypeQuery
 | TSTypeReference
 | TSUndefinedKeyword
 | TSUnionType
 | TSUnknownKeyword
 | TSVoidKeyword