4 lines
260 B
TypeScript
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
|