UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

9 lines (8 loc) 288 B
import Decimal from 'decimal.js'; export * from './arithmetic.js'; // TODO: this is ugly. Instead, be able to pass your own isBigNumber function to typed? var BigNumber = Decimal.clone(); BigNumber.prototype.isBigNumber = true; export function bignumber(x) { return new BigNumber(x); }