import { ImportDeclaration } from "https://deno.land/x/deno2node@v1.10.0/src/deps.deno.ts";
Inserts a named import.
Parameters
namedImport: OptionalKind<ImportSpecifierStructure> | string | WriterFunction
- Structure, name, or writer function to write the named import with.