@nodesecure/js-x-ray
Version:
JavaScript AST XRay analysis
15 lines • 565 B
TypeScript
import type { ESTree } from "meriyah";
import type { ProbeContext } from "../ProbeRunner.ts";
declare function validateNode(_node: ESTree.Node, ctx: ProbeContext): [boolean, any?];
declare function initialize(ctx: ProbeContext): void;
declare function main(node: ESTree.MemberExpression, ctx: ProbeContext): void;
declare const _default: {
name: string;
validateNode: typeof validateNode;
main: typeof main;
initialize: typeof initialize;
breakOnMatch: boolean;
context: {};
};
export default _default;
//# sourceMappingURL=isRandom.d.ts.map