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