UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

5 lines (4 loc) 164 B
import { Decimal } from "@formatjs/bigdecimal"; export declare const TEN: Decimal; export declare const ZERO: Decimal; export declare const NEGATIVE_ZERO: Decimal;