UNPKG

dewy

Version:

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

6 lines (5 loc) 254 B
import { URLPattern } from "./nodejs/urlpattern.shim.js"; export { URLPattern, type URLPatternInput } from "./nodejs/urlpattern.shim.js"; export declare const dntGlobalThis: Omit<typeof globalThis, "URLPattern"> & { URLPattern: typeof URLPattern; };