mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 10:17:57 +00:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
/**
|
|
* @summary Utility methods to convert to and from `Buffer` objects
|
|
*/
|
|
export { bufferToU8a } from './toU8a.js';
|