UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 102 B
import type { ServerResponse } from 'node:http'; export interface Response extends ServerResponse { }