@types/fluent-langneg
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

Installation

npm install --save @types/fluent-langneg

Summary

This package contains type definitions for fluent-langneg (http://projectfluent.io).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fluent-langneg.

index.d.ts

export interface LanguageNegotiationOptions {
    strategy?: "filtering" | "matching" | "lookup" | undefined;
    defaultLocale?: string | undefined;
}

export function negotiateLanguages(
    requestedLocales: readonly string[],
    availableLocales: readonly string[],
    options?: LanguageNegotiationOptions,
): string[];

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Huy Nguyen.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.26,831ts3.6
0.1.26,831ts3.7
0.1.26,831ts3.8
0.1.26,831ts3.9
0.1.26,831ts4.0
0.1.26,831ts4.1
0.1.26,831ts4.2
0.1.26,831ts4.3
0.1.26,831ts4.4
0.1.116ts2.0
0.1.116ts2.1
0.1.116ts2.2
0.1.116ts2.3
0.1.116ts2.4
0.1.116ts2.5
0.1.116ts2.6
0.1.116ts2.7
0.1.116ts2.8
0.1.116ts2.9
0.1.116ts3.0
0.1.116ts3.1
0.1.116ts3.2
0.1.116ts3.3
0.1.116ts3.4
0.1.116ts3.5
0.1.61ts5.6
0.1.61latest
0.1.61ts4.5
0.1.61ts4.6
0.1.61ts4.7
0.1.61ts4.8
0.1.61ts4.9
0.1.61ts5.0
0.1.61ts5.1
0.1.61ts5.2
0.1.61ts5.3
0.1.61ts5.4
0.1.61ts5.5
0.1.61ts5.7

Version History

VersionDownloads (Last 7 Days)Published
0.1.61
0.1.50
0.1.44
0.1.30
0.1.26,831
0.1.116
0.1.00

Package Sidebar

Install

npm i @types/fluent-langneg

Weekly Downloads

3,542

Version

0.1.6

License

MIT

Unpacked Size

3.21 kB

Total Files

5

Last publish

Collaborators

  • types