@types/murmurhash3js
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -6,3 +6,3 @@ // Type definitions for murmurhash3js v3.0.1 | ||
declare module 'murmurhash3js' { | ||
declare module "murmurhash3js" { | ||
export namespace x86 { | ||
@@ -12,3 +12,3 @@ function hash32(val: string, seed?: number): number; | ||
} | ||
export namespace x64 { | ||
@@ -15,0 +15,0 @@ function hash128(val: string, seed?: number): string; |
{ | ||
"name": "@types/murmurhash3js", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "TypeScript definitions for murmurhash3js", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/murmurhash3js", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "783c4e258d4d6e63b14629779c77f31e3252bfe48061337aafc0454d68b6084a", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "5b1c4324363972734eca3ec0b72956d137788830f696d2e1b19cf75de48c9ea9", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -16,3 +16,3 @@ # Installation | ||
declare module 'murmurhash3js' { | ||
declare module "murmurhash3js" { | ||
export namespace x86 { | ||
@@ -22,3 +22,3 @@ function hash32(val: string, seed?: number): number; | ||
} | ||
export namespace x64 { | ||
@@ -32,3 +32,3 @@ function hash128(val: string, seed?: number): string; | ||
### Additional Details | ||
* Last updated: Fri, 25 Aug 2023 17:33:46 GMT | ||
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT | ||
* Dependencies: none | ||
@@ -35,0 +35,0 @@ * Global values: none |
3657