first commit

This commit is contained in:
Raul Lugo
2024-12-25 20:30:57 +01:00
commit 6ef22531bb
165 changed files with 53426 additions and 0 deletions

4
dist/esm/mod.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export * from "./client.js";
export * from "./types/config.js";
export * from "./types/errors.js";
export * from "./types/validation.js";