UNPKG

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