2 lines
61 B
TypeScript
Raw Normal View History

2021-02-20 18:55:36 +01:00
export declare function md5(uint8Array: Uint8Array): string;