import { ImportTypeNode } from "https://dotland.deno.dev/x/ts_morph@18.0.0/mod.ts";
Methods
getAssertions(): ImportTypeAssertionContainer | undefined
Gets the import type assertion container if it exists.
getAssertionsOrThrow(message?: string | (() => string)): ImportTypeAssertionContainer
Gets the import type assertion container if it exists or throws.
getParent(): NodeParentType<ts.ImportTypeNode>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ImportTypeNode>>
getQualifier(): EntityName | undefined
Gets the qualifier of the import type if it exists or returns undefined.
getQualifierOrThrow(message?: string | (() => string)): EntityName
Gets the qualifier of the import type if it exists or throws