UNPKG

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