@types/md5
Advanced tools
+4
-4
@@ -1,2 +0,2 @@ | ||
| // Type definitions for md5 2.2 | ||
| // Type definitions for md5 2.3 | ||
| // Project: https://github.com/pvorb/node-md5 | ||
@@ -18,5 +18,5 @@ // Definitions by: Bill Sourour <https://github.com/arcdev1> | ||
| */ | ||
| declare function md5(message: string | Buffer | number[], options: md5.Options & { asBytes: true }): number[]; | ||
| declare function md5(message: string | Buffer | number[], options?: Pick<md5.Options, 'asString' | 'encoding'>): string; | ||
| declare function md5(message: string | Buffer | number[], options?: md5.Options): string | number[]; | ||
| declare function md5(message: string | Buffer | number[] | Uint8Array, options: md5.Options & { asBytes: true }): number[]; | ||
| declare function md5(message: string | Buffer | number[] | Uint8Array, options?: Pick<md5.Options, 'asString' | 'encoding'>): string; | ||
| declare function md5(message: string | Buffer | number[] | Uint8Array, options?: md5.Options): string | number[]; | ||
@@ -23,0 +23,0 @@ declare namespace md5 { |
+3
-3
| { | ||
| "name": "@types/md5", | ||
| "version": "2.2.1", | ||
| "version": "2.3.0", | ||
| "description": "TypeScript definitions for md5", | ||
@@ -39,4 +39,4 @@ "license": "MIT", | ||
| }, | ||
| "typesPublisherContentHash": "f38cc7ce79502621fb0a264edee316fbfa6d570a48212d007a7cf3bae197e729", | ||
| "typeScriptVersion": "3.2" | ||
| "typesPublisherContentHash": "299895b3432d3adb1d46e1739ff95903a45b00c37240bf6eeacf2d9c29c26382", | ||
| "typeScriptVersion": "3.4" | ||
| } |
+1
-1
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Fri, 23 Oct 2020 21:33:39 GMT | ||
| * Last updated: Mon, 08 Feb 2021 08:22:47 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
4184
0.94%