UNPKG

@perk.money/perk-swap-core

Version:

This npm package contains core logic of Perk Aggregator build on top of NEAR blockchain

6 lines (5 loc) 133 B
import BN from 'bn.js'; import JSBI from 'jsbi'; declare const ZERO: JSBI; declare const ZERO_BN: BN; export { ZERO, ZERO_BN };