feat: initialize tests, docs and refactor

This commit is contained in:
Rodney, Tiara 2025-04-25 15:56:31 +02:00
parent c297e3f4ef
commit 7a70ed28c3
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
16 changed files with 2096 additions and 468 deletions

View file

@ -1,2 +1,3 @@
export * as logging from './logging'
export * as logging from './logging';
export * as datetime from './datetime';
export * as error from './error';