UNPKG

routup

Version:

Routup is a minimalistic http based routing framework.

4 lines (3 loc) 235 B
import type { Request } from '../types'; export declare function getRequestAcceptableLanguages(req: Request): string[]; export declare function getRequestAcceptableLanguage(req: Request, input?: string | string[]): string | undefined;