UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

7 lines (6 loc) 289 B
import Decimal from 'decimal.js'; import { NumberFormatInternal, NumberFormatPart } from '../types/number'; /** * https://tc39.es/ecma402/#sec-partitionnumberpattern */ export declare function PartitionNumberPattern(internalSlots: NumberFormatInternal, _x: Decimal): NumberFormatPart[];