UNPKG

@formatjs/ecma402-abstract

Version:

A collection of implementation for ECMAScript abstract operations

5 lines (4 loc) 146 B
import Decimal from 'decimal.js'; export var TEN = new Decimal(10); export var ZERO = new Decimal(0); export var NEGATIVE_ZERO = new Decimal(-0);