import { type Types } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/swc.ts";
const { ImportNamespaceSpecifier } = Types;
e.g. import * as foo from 'mod.js'
.
Properties
local: Identifier
import { type Types } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/swc.ts";
const { ImportNamespaceSpecifier } = Types;
e.g. import * as foo from 'mod.js'
.