import { JSDocNullableType } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
JS doc nullable type.
Methods
getParent(): NodeParentType<ts.JSDocNullableType>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.JSDocNullableType>>
getTypeNode(): TypeNode<ts.TypeNode>
Gets the type node of the JS doc nullable type node.
isPostfix(): boolean