UNPKG

259 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/util authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4/**
5 * @summary Utility methods to convert to and from `number` values
6 */
7export { numberToHex } from "./toHex.js";
8export { numberToU8a } from "./toU8a.js";
\No newline at end of file