UNPKG

@nodesecure/js-x-ray

Version:
13 lines 532 B
import type { ESTree } from "meriyah"; import type { ProbeMainContext, ProbeContext } from "../ProbeRunner.ts"; declare function validateNode(node: ESTree.Node, { sourceFile: { tracer } }: ProbeContext): [boolean, any?]; declare function main(node: ESTree.TemplateLiteral, ctx: ProbeMainContext): void; declare const _default: { name: string; nodeTypes: string[]; validateNode: typeof validateNode; main: typeof main; breakOnMatch: boolean; }; export default _default; //# sourceMappingURL=sql-injection.d.ts.map