UNPKG

@tetcoin/util

Version:
8 lines (7 loc) 173 B
import bnFromHex from '../hex/toBn'; /** * @name bnFromHex * @summary Creates a BN.js bignumber object from a hex string. * @alias hex/toBn */ export default bnFromHex;