MCPcopy
hub / github.com/formatjs/formatjs / selectRange

Method selectRange

packages/intl-pluralrules/index.ts:30–30  ·  view source on GitHub ↗
(start: number | bigint, end: number | bigint)

Source from the content-addressed store, hash-verified

28 interface PluralRules {
29 // ECMA-402 Spec: selectRange method
30 selectRange(start: number | bigint, end: number | bigint): LDMLPluralRule
31 }
32 interface PluralRulesOptions {
33 // Extension: notation option (mirrors Intl.NumberFormat)

Callers 1

index.test.tsFile · 0.80

Calls 3

ToIntlMathematicalValueFunction · 0.85
ResolvePluralRangeFunction · 0.85
validateInstanceFunction · 0.70

Tested by

no test coverage detected