UNPKG

server

Version:

A modern and powerful server for Node.js

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