1 line
65 B
TypeScript
1 line
65 B
TypeScript
|
declare function md5(input: string, key?: string, raw?: boolean);
|