import { type Types } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/swc.ts";
const { NamedExportSpecifier } = Types;
Properties
orig: ModuleExportName
optional
exported: ModuleExportNameSome(bar)
in export { foo as bar }
import { type Types } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/swc.ts";
const { NamedExportSpecifier } = Types;
Some(bar)
in export { foo as bar }