mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 10:35:22 +08:00
7 lines
307 B
TypeScript
7 lines
307 B
TypeScript
// Type definitions for blueimp-md5 v1.1.0
|
|
// Project: https://github.com/blueimp/JavaScript-MD5
|
|
// Definitions by: Ray Martone <https://github.com/rmartone>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export declare function md5(value: string, key?: string, raw?: boolean): string;
|