UNPKG

tough-rational

Version:

Rational class using BigInt with fallback to bignumber.js

6 lines (3 loc) 96 B
'use strict'; const method = (fn, ...args) => (o) => o[fn](...args); module.exports = method;