@types/murmurhash3js
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -8,3 +8,3 @@ // Type definitions for murmurhash3js v3.0.1 | ||
export module x86 { | ||
function hash32(val: string, seed?: number): string; | ||
function hash32(val: string, seed?: number): number; | ||
function hash128(val: string, seed?: number): string; | ||
@@ -11,0 +11,0 @@ } |
{ | ||
"name": "@types/murmurhash3js", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for murmurhash3js v3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for murmurhash3js", | ||
"license": "MIT", | ||
"author": "Dave Lee <https://github.com/dlee-nvisia>", | ||
"contributors": [ | ||
{ | ||
"name": "Dave Lee", | ||
"url": "https://github.com/dlee-nvisia", | ||
"githubUsername": "dlee-nvisia" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "f1e24b2642c6e8c384931410953bc2929a8e9412ed0dbe878a79e424e7d35d56" | ||
"typesPublisherContentHash": "1ed4096b9fb49b21c36566de11a66962bde1a47a59edacd945d94c020415302f", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for murmurhash3js v3.0.1 (https://github.com/pid/murmurHash3js). | ||
This package contains type definitions for murmurhash3js (https://github.com/pid/murmurHash3js). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/murmurhash3js | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/murmurhash3js | ||
Additional Details | ||
* Last updated: Wed, 05 Oct 2016 20:53:35 GMT | ||
* File structure: DeclareModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Last updated: Mon, 31 Dec 2018 16:16:22 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
2854
13
17