UNPKG

@chubbyts/chubbyts-negotiation

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