This commit is contained in:
2026-01-04 19:31:02 -05:00
2 changed files with 13 additions and 0 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');