mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
360 B
TypeScript
8 lines
360 B
TypeScript
// Type definitions for blueimp-md5 v2.7.0
|
|
// Project: https://github.com/blueimp/JavaScript-MD5
|
|
// Definitions by: Ray Martone <https://github.com/rmartone>, Mikael Kohlmyr <https://github.com/mkohlmyr>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function md5(value: string, key?: string, raw?: boolean): string;
|
|
export = md5;
|