import { NamedImports } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Methods
Gets the import specifiers.
getParent(): NodeParentType<ts.NamedImports>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.NamedImports>>