UNPKG

server

Version:

A modern and powerful server for Node.js

4 lines (2 loc) 97 B
const Reply = require('./reply'); module.exports = (...args) => new Reply('download', ...args);