UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 167 B
export interface Accept { type: string; params: Record<string, string>; q: number; } export declare const parseAccept: (acceptHeader: string) => Accept[];