null-logger
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "null-logger", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Null Logger", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
@@ -8,3 +8,2 @@ export interface Logger { | ||
debug(...args: any[]): void | ||
log(...args: any[]): void; | ||
} | ||
@@ -19,5 +18,4 @@ | ||
debug: (...args: any[]) => { } | ||
log: (...args: any[]) => { } | ||
}; | ||
export default new NullLogger(); |
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
2547
72