diff --git a/types/index.d.ts b/types/index.d.ts index d55dcc4..6fd7d98 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -5,7 +5,7 @@ type NegotiateFn = typeof negotiate declare namespace negotiate { export class Negotiator { constructor (options: { supportedValues: K[]; cache?: CacheStore }) - + negotiate(header: string): K | null }