import { ImportTypeAssertionContainer } from "https://deno.land/x/ts_morph@17.0.0/mod.ts";
Methods
getParent(): NodeParentType<ts.ImportTypeAssertionContainer>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.ImportTypeAssertionContainer>>
isMultiline(): boolean
If the assertion clause spans multiple lines.