import { TypeOperatorTypeNode } from "https://dotland.deno.dev/x/ts_morph@20.0.0/mod.ts";
Methods
getOperator(): SyntaxKind.KeyOfKeyword | SyntaxKind.ReadonlyKeyword | SyntaxKind.UniqueKeyword
Gets the operator of the type node.
getParent(): NodeParentType<ts.TypeOperatorNode>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.TypeOperatorNode>>