UNPKG

tough-rational

Version:

Rational class using BigInt with fallback to bignumber.js

6 lines (3 loc) 80 B
'use strict'; const map = (fn) => (ary) => ary.map(fn); module.exports = map;