owlcub-academy/node_modules/@formatjs/ecma402-abstract/NumberFormat/FormatNumericToParts.d.ts

6 lines
294 B
TypeScript

import Decimal from 'decimal.js';
import { NumberFormatInternal, NumberFormatPart } from '../types/number';
export declare function FormatNumericToParts(nf: Intl.NumberFormat, x: Decimal, implDetails: {
getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal;
}): NumberFormatPart[];