frontend/.pnpm-store/v3/files/de/3d4c3ce6e3944ccfe550aba5ead4e0ebb6e650c000453237222cb0c1c4e8d6eb03cb81378f7ad61943044d55488d315e636253584b75693d51a3a426bbbe40-exec

8 lines
400 B
Plaintext
Executable File

import { NumberFormatInternal } from '../types/number';
/**
* https://tc39.es/ecma402/#sec-formatnumberstring
*/
export declare function PartitionNumberPattern(numberFormat: Intl.NumberFormat, x: number, { getInternalSlots, }: {
getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal;
}): import("../types/number").NumberFormatPart[];
//# sourceMappingURL=PartitionNumberPattern.d.ts.map