UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

4 lines (3 loc) 213 B
import type { Decimal } from "@formatjs/bigdecimal"; import { type NumberFormatInternal } from "../types/number.js"; export declare function FormatNumeric(internalSlots: NumberFormatInternal, x: Decimal): string;