UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

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