UNPKG

tough-rational

Version:

Rational class using BigInt with fallback to bignumber.js

5 lines (3 loc) 75 B
'use strict'; const get = (prop) => (o) => o[prop]; module.exports = get;