4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
declare function md5(msg: string | number[] | Uint8Array): string;
|
|
|
|
export = md5;
|