@formatjs/ecma402-abstract
Version:
A collection of implementation for ECMAScript abstract operations
5 lines • 309 B
TypeScript
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