@types/murmurhash-js
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -6,4 +6,4 @@ // Type definitions for murmurhash-js v1.0.0 | ||
import * as murmur2 from "./murmurhash2_gc"; | ||
import * as murmur3 from "./murmurhash3_gc"; | ||
import murmur2 = require("./murmurhash2_gc"); | ||
import murmur3 = require("./murmurhash3_gc"); | ||
@@ -10,0 +10,0 @@ declare const murmur: typeof murmur3 & { |
@@ -0,0 +0,0 @@ // Type definitions for murmurhash-js v1.0.0 |
@@ -0,0 +0,0 @@ // Type definitions for murmurhash-js v1.0.0 |
{ | ||
"name": "@types/murmurhash-js", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for murmurhash-js v1.0.0", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for murmurhash-js", | ||
"license": "MIT", | ||
"author": "Chi Vinh Le <https://github.com/cvle>", | ||
"contributors": [ | ||
{ | ||
"name": "Chi Vinh Le", | ||
"url": "https://github.com/cvle", | ||
"githubUsername": "cvle" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,5 +20,4 @@ "repository": { | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "aae8b994fa5b191606e56ddbdb56c1e76fd5e959810da4852814380ba6da94df" | ||
"typesPublisherContentHash": "e9dfe835f854cad32d4e542ee6fb15078f4cc67f2e0ff1ba76b15467e000150c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for murmurhash-js v1.0.0 (https://github.com/mikolalysenko/murmurhash-js). | ||
This package contains type definitions for murmurhash-js (https://github.com/mikolalysenko/murmurhash-js). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/murmurhash-js | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/murmurhash-js | ||
Additional Details | ||
* Last updated: Tue, 25 Oct 2016 15:28:04 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: murmur | ||
* Last updated: Wed, 14 Feb 2018 01:13:03 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Chi Vinh Le <https://github.com/cvle>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3364
23
17