UNPKG

@polkadot/util

Version:
7 lines (6 loc) 218 B
// Copyright 2017-2022 @polkadot/util authors & contributors // SPDX-License-Identifier: Apache-2.0 /** * @summary Utility methods to convert to and from `Buffer` objects */ export { bufferToU8a } from "./toU8a.js";