UNPKG

tough-rational

Version:

Rational class using BigInt with fallback to bignumber.js

7 lines (4 loc) 132 B
'use strict'; const mapOwn = require('./map-own'); const shiftThis = require('./shift-this'); module.exports = mapOwn(shiftThis);