ethers.js/packages/bytes/lib/array.d.ts
2022-04-11 17:14:19 -04:00

4 lines
260 B
TypeScript

import type { BytesLike, Hexable } from "./types.js";
export declare function arrayify(data: BytesLike | Hexable | number | bigint): Uint8Array;
export declare function _noCopyArrayify(data: BytesLike | Hexable): Uint8Array;
//# sourceMappingURL=array.d.ts.map