@types/chance
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -21,7 +21,7 @@ // Type definitions for Chance 1.1 | ||
(): Chance; | ||
(seed: Seed): Chance; | ||
(...seed: Seed[]): Chance; | ||
(generator: () => any): Chance; | ||
new (): Chance; | ||
new (seed: Seed): Chance; | ||
new (...seed: Seed[]): Chance; | ||
new (generator: () => any): Chance; | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "@types/chance", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "TypeScript definitions for Chance", | ||
@@ -52,4 +52,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5e970b6776e3a6cd00d04698c9ddff4ef267cf8ab1f4acc070fac12a16ee717d", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "7f7509dc85e5856f2ec941bafecee1a7f89d612eb7eded36dd03cf300f056afd", | ||
"typeScriptVersion": "3.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 12 May 2020 20:04:02 GMT | ||
* Last updated: Sun, 13 Dec 2020 02:16:20 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
13741