UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

3 lines (2 loc) 219 B
import { type RoundingModeType, type UnsignedRoundingModeType } from "../types/number.js"; export declare function GetUnsignedRoundingMode(roundingMode: RoundingModeType, isNegative: boolean): UnsignedRoundingModeType;