UNPKG

@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

5 lines (4 loc) 179 B
export { Entity } from "./entity"; export { EntityRegistry } from "./entity-registry"; export * from "./exceptions"; export { RegisterEntity } from "./register-entity.decorator";