UNPKG

77 BJavaScriptView Raw
1module.exports = function(...arg) {
2 return (require('achain'))(...arg);
3};