UNPKG

358 BTypeScriptView Raw
1/**
2 * Re-exports commonly used modules:
3 * * Exports [`BN`](https://github.com/indutny/bn.js), [`rlp`](https://github.com/ethereumjs/rlp).
4 * @packageDocumentation
5 */
6import BN from 'bn.js';
7import * as rlp from 'rlp';
8/**
9 * [`BN`](https://github.com/indutny/bn.js)
10 */
11export { BN };
12/**
13 * [`rlp`](https://github.com/ethereumjs/rlp)
14 */
15export { rlp };