DefinitelyTyped/types/blueimp-md5/index.d.ts
2017-03-24 14:27:52 -07:00

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;