UNPKG

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