io-ng2-logger
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -28,3 +28,3 @@ export interface Icb { | ||
*/ | ||
export declare function log(log: any, cb?: Icb): any; | ||
export declare function log(log: IMeta, cb?: Icb): any; | ||
/** | ||
@@ -36,2 +36,2 @@ * both meta and config must have the same values | ||
*/ | ||
export declare function config(val: any): void; | ||
export declare function config(val: IMeta): void; |
{ | ||
"name": "io-ng2-logger", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Angular2 Base Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4996