Skip to content
Snippets Groups Projects
Commit 6a23f660 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Fixed Type definiton, added error

parent 46804f41
No related branches found
No related tags found
No related merge requests found
Pipeline #11853 failed
......@@ -10,4 +10,5 @@ declare class Log {
debug(...message: any): string;
warning(...message: any): string;
log(...message: any): string;
error(...message: any): string;
}
{
"name": "@libs/log",
"version": "3.1.2",
"version": "3.1.3",
"description": "A simple Logger with Options!",
"main": "index.js",
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment