UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

5 lines (4 loc) 166 B
import { Decimal } from "@formatjs/bigdecimal"; export const TEN = new Decimal(10); export const ZERO = new Decimal(0); export const NEGATIVE_ZERO = new Decimal(-0);