2
0
mirror of synced 2025-02-24 12:08:10 +00:00

6 lines
340 B
TypeScript

import { Bytes } 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;