UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

6 lines (5 loc) 275 B
import { type NumberFormatInternal, type NumberFormatPart } from "../types/number.js"; /** * https://tc39.es/ecma402/#sec-formatapproximately */ export declare function FormatApproximately(internalSlots: NumberFormatInternal, result: NumberFormatPart[]): NumberFormatPart[];