forked from lix-project/lix-website
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
// Load the analyzers
|
|
const heuristicAnalyzer = require("./heuristic-analyzer");
|
|
|
|
module.exports = [heuristicAnalyzer];
|