UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

3 lines (2 loc) 134 B
import type { Request } from '../types'; export declare function matchRequestContentType(req: Request, contentType: string): boolean;