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