index.js 111 B

12345
  1. var HPM = require('./lib');
  2. module.exports = function(context, opts) {
  3. return new HPM(context, opts);
  4. };