mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
7 lines
450 B
TypeScript
7 lines
450 B
TypeScript
import { Bytes, BytesLike } from "@ethersproject/bytes";
|
|
export declare function looseArrayify(hexString: string): Uint8Array;
|
|
export declare function zpad(value: String | number, length: number): String;
|
|
export declare function getPassword(password: Bytes | string): Uint8Array;
|
|
export declare function searchPath(object: any, path: string): string;
|
|
export declare function uuidV4(randomBytes: BytesLike): string;
|
|
//# sourceMappingURL=utils.d.ts.map
|