diff --git a/index.js b/index.js index 41498440..7afdc0f2 100755 --- a/index.js +++ b/index.js @@ -1 +1,4 @@ -module.exports = require('./benchmark'); \ No newline at end of file +const benchmark = require('./benchmark'); +module.exports = benchmark; +module.exports.default = benchmark; +module.exports.benchmark = benchmark;