UNPKG

@syntest/analysis-javascript

Version:

SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language

6 lines 377 B
import { NodePath } from "@babel/core"; import * as t from "@babel/types"; import { Export } from "./Export"; import { ExportVisitor } from "./ExportVisitor"; export declare function extractExportsFromExportDefaultDeclaration(visitor: ExportVisitor, filePath: string, path: NodePath<t.ExportDefaultDeclaration>): Export[]; //# sourceMappingURL=ExportDefaultDeclaration.d.ts.map