@nodesecure/js-x-ray
Version:
JavaScript AST XRay analysis
8 lines • 332 B
TypeScript
import type { ESTree } from "meriyah";
import { type SplitResult } from "../../Inlined.ts";
export declare class InlinedRequire {
#private;
static assertNode(node: ESTree.Node): node is ESTree.CallExpression;
static split(expectedCallExpr: ESTree.Node): SplitResult | null;
}
//# sourceMappingURL=InlinedRequire.d.ts.map