Edit File: index.js
var HPM = require('./lib') module.exports = function(context, opts) { return new HPM(context, opts) }
Back to File Manager