UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

8 lines (7 loc) 335 B
// 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 declare module 'blueimp-md5' { export function md5(value: string, key?: string, raw?: boolean): string; }