UNPKG

@polkadot/util

Version:
8 lines (7 loc) 259 B
// Copyright 2017-2022 @polkadot/util authors & contributors // SPDX-License-Identifier: Apache-2.0 /** * @summary Utility methods to convert to and from `number` values */ export { numberToHex } from "./toHex.js"; export { numberToU8a } from "./toU8a.js";