Swap-Aggregator-Subgraph/node_modules/ethereumjs-util/dist/externals.d.ts
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

16 lines
358 B
TypeScript

/**
* Re-exports commonly used modules:
* * Exports [`BN`](https://github.com/indutny/bn.js), [`rlp`](https://github.com/ethereumjs/rlp).
* @packageDocumentation
*/
import BN from 'bn.js';
import * as rlp from 'rlp';
/**
* [`BN`](https://github.com/indutny/bn.js)
*/
export { BN };
/**
* [`rlp`](https://github.com/ethereumjs/rlp)
*/
export { rlp };