UNPKG

@sigiljs/sigil

Version:

TypeScript-first Node.js HTTP framework offering schema-driven routing, modifier-based middleware, plugin extensibility, and flexible response templating

10 lines (9 loc) 146 B
import s from "./sigil-response.mjs"; class o extends s { constructor(e) { super(null, e.code, e.headers); } } export { o as default };