UNPKG

@caidrive/shared

Version:

caidrive.shared.components

9 lines (8 loc) 225 B
/** * */ export { Identifier } from "./identifier"; export { UniqueId } from "./unique.id"; export { ValueObject } from "./value.object"; export { Entity } from "./entity"; export { AggregateRoot } from "./aggregate.root";