2022-11-30 23:44:23 +03:00
|
|
|
/**
|
|
|
|
* @_ignore
|
|
|
|
*/
|
2022-09-05 23:57:11 +03:00
|
|
|
export declare function looseArrayify(hexString: string): Uint8Array;
|
|
|
|
export declare function zpad(value: String | number, length: number): String;
|
|
|
|
export declare function getPassword(password: string | Uint8Array): Uint8Array;
|
2022-11-30 23:44:23 +03:00
|
|
|
export declare function spelunk<T>(object: any, _path: string): T;
|
2022-09-05 23:57:11 +03:00
|
|
|
//# sourceMappingURL=utils.d.ts.map
|