@syntest/analysis-javascript
Version:
SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language
6 lines • 371 B
TypeScript
import { NodePath } from "@babel/core";
import * as t from "@babel/types";
import { Export } from "./Export";
import { ExportVisitor } from "./ExportVisitor";
export declare function extractExportsFromExportNamedDeclaration(visitor: ExportVisitor, filePath: string, path: NodePath<t.ExportNamedDeclaration>): Export[];
//# sourceMappingURL=ExportNamedDeclaration.d.ts.map