1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-14 03:39:18 +00:00

Updated Logger implement Console

This commit is contained in:
2020-07-07 11:13:35 +02:00
parent e0303a5abe
commit 70da3f2002
8 changed files with 522 additions and 40 deletions

View File

@ -0,0 +1,6 @@
{
"extends": "./tsconfig.json",
"files": [
"test/index.ts"
]
}