UNPKG

159 BTypeScriptView Raw
1/**
2 * @summary Utility methods to convert to and from `number` values
3 */
4export { numberToHex } from './toHex.js';
5export { numberToU8a } from './toU8a.js';