import { ExportAssignment } from "https://deno.land/x/deno2node@v1.12.0/src/deps.deno.ts";
Gets if this is an export equals assignment.
If this is false, then it's export default
.
x/deno2node/src/deps.deno.ts>ExportAssignment#isExportEquals
import { ExportAssignment } from "https://deno.land/x/deno2node@v1.12.0/src/deps.deno.ts";
Gets if this is an export equals assignment.
If this is false, then it's export default
.