10 lines
243 B
TypeScript
10 lines
243 B
TypeScript
/**
|
|
* Event Store Usage Example
|
|
*
|
|
* Demonstrates how to use the Event Sourcing system in V3 Claude Flow.
|
|
*
|
|
* Usage:
|
|
* npx tsx v3/@claude-flow/shared/src/events/example-usage.ts
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=example-usage.d.ts.map
|