feat: more mixins

This commit is contained in:
2026-06-23 17:04:03 +02:00
parent 3dc22e3f62
commit edd6a68d9d
10 changed files with 771 additions and 62 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
export { Base } from "./base";
export { AwaitedMixin as Awaited } from "./awaited";
export { AsyncMixin as Async } from "./awaited";
export { Optional } from "./optional";