mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 02:07:56 +00:00
6 lines
159 B
JavaScript
6 lines
159 B
JavaScript
/**
|
|
* @summary Utility methods to convert to and from `number` values
|
|
*/
|
|
export { numberToHex } from './toHex.js';
|
|
export { numberToU8a } from './toU8a.js';
|