UNPKG

@chubbyts/chubbyts-negotiation

Version:
3 lines (2 loc) 153 B
import type { Negotiator } from './negotiation.js'; export declare const createAcceptLanguageNegotiator: (supportedValues: Array<string>) => Negotiator;