Initial Commit
Some checks failed
Build and Test / build (16.x) (push) Failing after 12s
Build and Test / build (18.x) (push) Failing after 6s
Build and Test / build (20.x) (push) Failing after 6s

This commit is contained in:
2025-11-05 15:25:20 -05:00
commit 98ab2e05a7
25 changed files with 1953 additions and 0 deletions

8
.eslintignore Normal file
View File

@@ -0,0 +1,8 @@
node_modules/
dist/
dist-esm/
coverage/
*.js
*.mjs
*.d.ts
!jest.config.js