UNPKG

@nodesecure/js-x-ray

Version:
12 lines 507 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; validateNode: typeof validateNode; main: typeof main; breakOnMatch: boolean; }; export default _default; //# sourceMappingURL=sql-injection.d.ts.map