UNPKG

@tetcoin/util

Version:
8 lines (7 loc) 258 B
/** * @summary Utility methods to convert to and from `BN` objects */ export { default as bnFromHex } from './fromHex'; export { default as bnToBn } from './toBn'; export { default as bnToHex } from './toHex'; export { default as bnToU8a } from './toU8a';