@d-fischer/logger
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -6,3 +6,4 @@ import { default as ILogger } from './Logger'; | ||
}; | ||
declare type Logger = ILogger; | ||
export default Logger; | ||
export { default as LogLevel } from './LogLevel'; |
{ | ||
"name": "@d-fischer/logger", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A simple logger for Node and the browser.", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
Sorry, the diff of this file is not supported yet
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
18231
263