@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
10 lines • 450 B
TypeScript
export type { ValueObject } from "./value-object";
export { UUIDValue } from "./uuid-value";
export { StringValue } from "./string-value";
export { EnumValue } from "./enum-value";
export { EmailValue } from "./email-value";
export { PhoneValue } from "./phone-value";
export { SlugValue } from "./slug-value";
export { IntegerValue } from "./integer-value";
export { CoordinatesValue } from "./coordinates-value";
//# sourceMappingURL=index.d.ts.map