index.js 109 B

123
  1. global.SRE_JSON_PATH = __dirname + '/lib/mathmaps';
  2. var sre = require('./lib/sre.js');
  3. module.exports = sre;