Why did I need that?

This commit is contained in:
2025-08-28 15:21:16 -04:00
parent 6a7c6eb40b
commit 8073e044a7
3 changed files with 11 additions and 11 deletions

7
tests/basic.ts Normal file
View File

@@ -0,0 +1,7 @@
import Logging from "@proxnet/undead-logging";
const log = new Logging("Test");
log.i('Hello World! 1');
log.d('Hello World! 2');
log.n('Hello World! 3');