UNPKG

done-serve

Version:
6 lines (4 loc) 166 B
const { ServerResponse } = require("http"); const addons = require("./response"); const res = Object.create(ServerResponse.prototype, addons); module.exports = res;