@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
39231
1079