npm.io
2.18.2 • Published 2 years ago

@types/blueimp-md5

Licence
MIT
Version
2.18.2
Deps
0
Size
3 kB
Vulns
0
Weekly
0
Stars
51.3K

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

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 2205 GMT
  • Dependencies: none

Credits

These definitions were written by Ray Martone, Mikael Kohlmyr, and Piotr Błażejewicz.