@schorts/shared-kernel
Version:
A modular, type-safe foundation for building expressive, maintainable applications. This package provides core abstractions for domain modeling, HTTP integration, authentication, state management, and more — designed to be framework-agnostic and highly ex
15 lines • 430 B
TypeScript
export * from "./auth";
export * from "./criteria";
export * from "./dao";
export * from "./domain-events";
export * from "./entities";
export * from "./formatters";
export * from "./http";
export * from "./json-api";
export * from "./messages";
export * from "./models";
export * from "./state-manager";
export * from "./unit-of-work";
export * from "./utils";
export * from "./value-objects";
//# sourceMappingURL=index.d.ts.map