UNPKG

@nodesecure/js-x-ray

Version:
16 lines 617 B
import type { ESTree } from "meriyah"; import type { ProbeContext, ProbeMainContext } from "../../ProbeRunner.ts"; declare function validateNode(_node: ESTree.Node, ctx: ProbeContext): [boolean, any?]; declare function initialize(ctx: ProbeContext): void; declare function main(node: ESTree.CallExpression, ctx: ProbeMainContext): void; declare const _default: { name: string; nodeTypes: string[]; validateNode: typeof validateNode; main: typeof main; initialize: typeof initialize; breakOnMatch: boolean; context: {}; }; export default _default; //# sourceMappingURL=isWeakBcrypt.d.ts.map