UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 150 B
import Negotiator from 'negotiator'; import type { Request } from '../types'; export declare function useRequestNegotiator(req: Request): Negotiator;