@goldstack/utils-log
Advanced tools
Comparing version 0.3.0 to 0.3.1
export declare const debug: (msg: any) => void; | ||
export declare const fatal: (msg: string) => void; | ||
//# sourceMappingURL=utilsLog.d.ts.map |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@goldstack/utils-log", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Utilities for emitting logs.", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.0", | ||
"@goldstack/utils-git": "0.2.1", | ||
"@types/jest": "^28.1.8", | ||
@@ -40,0 +40,0 @@ "@types/node": "^18.7.13", |
# Goldstack Log Utilities | ||
Very simple log utility used in the [Goldstack template framework](https://github.com/goldstack/goldstack/tree/master/workspaces/templates-lib#goldstack-template-framework). |
3191