UNPKG

@sigiljs/sigil

Version:

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

11 lines (10 loc) 109 B
function t(r) { try { return new URL(r); } catch { return null; } } export { t as default };