UNPKG

dewy

Version:

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

4 lines (3 loc) 108 B
import "urlpattern-polyfill"; export type URLPatternInput = string | URLPatternInit; export { URLPattern };