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

fix type namespace#

parent 3f448d8b
No related branches found
Tags 3.1.5
No related merge requests found
Pipeline #11863 passed
export as namespace Log;
/*~ Write your module's methods and properties in this class */
export class Log {
constructor(config?: any);
constructor(config?: LogConfig);
info(...message: any): string;
notice(...message: any): string;
debug(...message: any): string;
......
{
"name": "@libs/log",
"version": "3.1.4",
"version": "3.1.5",
"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