UNPKG

@types/blueimp-md5

Version:
24 lines (17 loc) 841 B
# Installation > `npm install --save @types/blueimp-md5` # Summary This package contains type definitions for blueimp-md5 (https://github.com/blueimp/JavaScript-MD5). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blueimp-md5. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/blueimp-md5/index.d.ts) ````ts declare function md5(value: string, key?: string | null, raw?: boolean): string; export as namespace md5; export = md5; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: none # Credits These definitions were written by [Ray Martone](https://github.com/rmartone), [Mikael Kohlmyr](https://github.com/mkohlmyr), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).