@types/debug
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -19,3 +19,3 @@ // Type definitions for debug 4.1 | ||
coerce: (val: any) => any; | ||
disable: () => void; | ||
disable: () => string; | ||
enable: (namespaces: string) => void; | ||
@@ -22,0 +22,0 @@ enabled: (namespaces: string) => boolean; |
{ | ||
"name": "@types/debug", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "TypeScript definitions for debug", | ||
@@ -41,4 +41,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "827b6131e6c27b0829f2771812c0bcc0760b33ad7efe7b65b3c07f2e6cdd8855", | ||
"typesPublisherContentHash": "605d6ad1726eded1f76ec27ccd5f54cb6ae474b292c6785b072ea199ea011f8c", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 07 Feb 2019 19:14:14 GMT | ||
* Last updated: Thu, 14 Feb 2019 00:21:05 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: debug |
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
4368