Files
pole-book/server/node_modules/@formatjs/ecma402-abstract/NumberFormat/PartitionNumberRangePattern.d.ts

8 lines
365 B
TypeScript

import { NumberFormatInternal, NumberFormatPart } from '../types/number';
/**
* https://tc39.es/ecma402/#sec-partitionnumberrangepattern
*/
export declare function PartitionNumberRangePattern(numberFormat: Intl.NumberFormat, x: number, y: number, { getInternalSlots, }: {
getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal;
}): NumberFormatPart[];