frontend/.pnpm-store/v3/files/cf/4ff78a6874dd784a99dd6fda20102b7038e27733d5059cb3cfe05cd9b1e52754ebdfe59ddc3cdec516a544766de362e36449b26dcb607ad02e54e0e107b9b2-exec

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