UNPKG

server

Version:

A modern and powerful server for Node.js

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