lix-website/themes/lix/assets/bootstrap/node_modules/safe-regex/lib/analyzer-family.js
2024-04-26 22:49:34 -06:00

5 lines
120 B
JavaScript

// Load the analyzers
const heuristicAnalyzer = require("./heuristic-analyzer");
module.exports = [heuristicAnalyzer];