UNPKG

93 BJavaScriptView Raw
1const Reply = require('./reply');
2
3module.exports = (...args) => new Reply('type', ...args);