feat: version 2 beta

This commit is contained in:
2025-04-25 22:39:47 +00:00
commit 1e58359905
75 changed files with 6899 additions and 0 deletions

15
mod.ts Normal file
View File

@@ -0,0 +1,15 @@
export * from "./libraries/aggregate.ts";
export * from "./libraries/errors.ts";
export * from "./libraries/event.ts";
export * from "./libraries/event-store.ts";
export * from "./libraries/nanoid.ts";
export * from "./libraries/projector.ts";
export * from "./libraries/queue.ts";
export * from "./libraries/reducer.ts";
export * from "./libraries/time.ts";
export * from "./libraries/timestamp.ts";
export type * from "./types/adapter.ts";
export type * from "./types/common.ts";
export type * from "./types/projector.ts";
export type * from "./types/query.ts";
export type * from "./types/utilities.ts";