UNPKG

@nodesecure/js-x-ray

Version:
8 lines 332 B
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