@types/chance
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -289,3 +289,3 @@ // Type definitions for Chance 1.0 | ||
interface MixinDescriptor { | ||
[id: string]: () => any; | ||
[id: string]: (...args: any[]) => any; | ||
} | ||
@@ -292,0 +292,0 @@ |
{ | ||
"name": "@types/chance", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "TypeScript definitions for Chance", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "7a18be024e15c2c0c3093cb00545b4e2604b5769a960b8e263aa8bb2dc3e560c", | ||
"typesPublisherContentHash": "e39fc9c07abf98c7789a1b87313316f909011f2bda94b91f6da2f68f09336337", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 13 May 2019 23:08:15 GMT | ||
* Last updated: Tue, 14 May 2019 18:19:42 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
12511