UNPKG

itty-router

Version:

A tiny, zero-dependency router, designed to make beautiful APIs in any environment.

5 lines (4 loc) 137 B
import { IRequestStrict } from './IRequestStrict'; export type HasContent<ContentType> = { content: ContentType; } & IRequestStrict;