@types/classnames
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -15,3 +15,3 @@ // Type definitions for classnames 2.2 | ||
interface ClassDictionary { | ||
[id: string]: boolean | undefined | null; | ||
[id: string]: any; | ||
} | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "@types/classnames", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "TypeScript definitions for classnames", | ||
@@ -44,4 +44,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "c55ef347046668317f981f9503e1b8597020df0833e81fb96a0d8bfb4a65b9eb", | ||
"typesPublisherContentHash": "ba459a84a968ae9a5e57bd09be53fc42660354b44e0037f3a544be6409abb836", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 16 Jul 2018 17:07:43 GMT | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: classNames |
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
4589