5 lines
309 B
Plaintext
Executable File
5 lines
309 B
Plaintext
Executable File
import { NumberFormatInternal, NumberFormatPart } from '../types/number';
|
|
export declare function FormatNumericToParts(nf: Intl.NumberFormat, x: number, implDetails: {
|
|
getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal;
|
|
}): NumberFormatPart[];
|
|
//# sourceMappingURL=FormatNumericToParts.d.ts.map |