UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

4 lines (3 loc) 267 B
import type { Decimal } from "@formatjs/bigdecimal"; import { type UnsignedRoundingModeType } from "../types/number.js"; export declare function ApplyUnsignedRoundingMode(x: Decimal, r1: Decimal, r2: Decimal, unsignedRoundingMode: UnsignedRoundingModeType): Decimal;