UNPKG

server

Version:

A modern and powerful server for Node.js

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