UNPKG
@chubbyts/chubbyts-negotiation
Version:
latest (4.2.0)
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.1
3.0.0
2.0.1
2.0.0
1.0.0
A simple negotiation library.
github.com/chubbyts/chubbyts-negotiation
chubbyts/chubbyts-negotiation
@chubbyts/chubbyts-negotiation
/
dist
/
accept-language-negotiator.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
import
type
{
Negotiator
}
from
'./negotiation.js'
;
export
declare
const
createAcceptLanguageNegotiator
:
(
supportedValues
:
Array
<
string
>
) =>
Negotiator
;