@types/imurmurhash
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -1,7 +0,1 @@ | ||
// Type definitions for imurmurhash 0.1 | ||
// Project: https://github.com/jensyt/imurmurhash-js | ||
// Definitions by: Jiayu Liu <https://github.com/Jimexist> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** | ||
@@ -8,0 +2,0 @@ * An incremental implementation of MurmurHash3 for JavaScript |
{ | ||
"name": "@types/imurmurhash", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "TypeScript definitions for imurmurhash", | ||
@@ -10,9 +10,9 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imurmurhash", | ||
"name": "Jiayu Liu", | ||
"url": "https://github.com/Jimexist", | ||
"githubUsername": "Jimexist" | ||
"githubUsername": "Jimexist", | ||
"url": "https://github.com/Jimexist" | ||
}, | ||
{ | ||
"name": "Piotr Błażejewicz", | ||
"url": "https://github.com/peterblazejewicz", | ||
"githubUsername": "peterblazejewicz" | ||
"githubUsername": "peterblazejewicz", | ||
"url": "https://github.com/peterblazejewicz" | ||
} | ||
@@ -29,4 +29,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e01798979fc6924b0ad2e9729a867445489d3f39efa3ef2cacb4b932f03652ce", | ||
"typesPublisherContentHash": "d9d0dd305342711819d231e73b6f768eaab09c0e9ebda82a531b84bdedd37f64", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,8 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for imurmurhash 0.1 | ||
// Project: https://github.com/jensyt/imurmurhash-js | ||
// Definitions by: Jiayu Liu <https://github.com/Jimexist> | ||
// Piotr Błażejewicz <https://github.com/peterblazejewicz> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
/** | ||
@@ -66,7 +60,6 @@ * An incremental implementation of MurmurHash3 for JavaScript | ||
### Additional Details | ||
* Last updated: Tue, 26 Sep 2023 14:36:22 GMT | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: `MurmurHash3` | ||
# Credits | ||
These definitions were written by [Jiayu Liu](https://github.com/Jimexist), and [Piotr Błażejewicz](https://github.com/peterblazejewicz). |
6819
41
64