UNPKG

create-sekiban-app

Version:

Create a new Sekiban application with Dapr

6 lines 272 B
// Export all task-related types and definitions export * from './events/task-events.js'; export * from './commands/task-commands.js'; export * from './projectors/task-projector.js'; export * from './projectors/task-multi-projector.js'; export * from './queries/index.js';