8 lines
400 B
Plaintext
Executable File
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 |