added gitignore & removed node_modules

This commit is contained in:
2026-01-12 10:57:35 -05:00
parent 3669dbfd51
commit ff88990fc7
4007 changed files with 1447 additions and 790893 deletions

View File

@@ -1,5 +0,0 @@
export type Check = import("./lib/index.js").Check;
export type Test = import("./lib/index.js").Test;
export type TestFunction = import("./lib/index.js").TestFunction;
export { is, convert } from "./lib/index.js";
//# sourceMappingURL=index.d.ts.map