import { ImportTypeNode } from "https://dotland.deno.dev/x/ts_morph@21.0.0/mod.ts";
Methods
getAttributesOrThrow(message?: string | (() => string)): ImportAttributes
Gets the import attributes 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