UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

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