UNPKG

@nodesecure/js-x-ray

Version:
4 lines 260 B
import type { ESTree } from "meriyah"; import { type DefaultOptions } from "../types.ts"; export declare function getCallExpressionArguments(node: ESTree.Node, options?: DefaultOptions): string[] | null; //# sourceMappingURL=getCallExpressionArguments.d.ts.map