@types/dottie
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -79,3 +79,3 @@ // Type definitions for dottie 2.0 | ||
*/ | ||
get<T>(obj: object, path: DottiePath, defaultValue: T): T; | ||
get<T>(obj: object, path: DottiePath, defaultValue?: T): T; | ||
@@ -82,0 +82,0 @@ /** |
{ | ||
"name": "@types/dottie", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for dottie", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "1973d7bd551f0cf32bd7d22f8f0e5f16680063f8c406cd88f65f49e7cc78b80b", | ||
"typesPublisherContentHash": "30205a015ec103e414a445fcb21316ebcf5a7f43e6c36ca9813e20643e0e850a", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 01 May 2017 14:50:06 GMT | ||
* Last updated: Wed, 31 May 2017 23:30:18 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
8223