get rid of some stuff

This commit is contained in:
Joeri Exelmans 2025-05-23 14:45:35 +02:00
parent 2333abe70f
commit 3d72f4d416
6 changed files with 38 additions and 86 deletions

View file

@ -16,7 +16,7 @@ export * from "./lib/structures/enum.types.js";
export * from "./lib/structures/product.js";
export * from "./lib/parser/type_parser.js";
export * from "./lib/generics/generics.js";
export * from "./lib/generics/low_level.js";
export * from "./lib/generics/unify.js";
export * from "./lib/stdlib.js";
export * from "./lib/compare/type.js";
export * from "./lib/compare/dynamic.js";