@mangos/debug
Advanced tools
Comparing version 0.0.4-alpha to 0.0.5-alpha
@@ -7,3 +7,3 @@ export declare type LineInfo = { | ||
}; | ||
declare function getLineInfo(): LineInfo | never; | ||
declare function getLineInfo(n?: number): LineInfo | never; | ||
export default getLineInfo; |
{ | ||
"name": "@mangos/debug", | ||
"version": "0.0.4-alpha", | ||
"version": "0.0.5-alpha", | ||
"description": "super tiny and fast logger inspired by debug", | ||
@@ -5,0 +5,0 @@ "repository": "/jacobbogers/sw-common", |
Sorry, the diff of this file is not supported yet
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
39231
1079