UNPKG

dewy

Version:

Dewy(dǝw-y) is a minimalist HTTP server framework with a small codebase, utilizing built-in URLPattern for efficient routing.

7 lines (6 loc) 83 B
declare global { interface Error { cause?: unknown; } } export {};