UNPKG

@mastra/core

Version:

The core foundation of the Mastra framework, providing essential components and interfaces for building AI-powered applications.

5 lines (3 loc) 98 B
// src/workflows/constants.ts var EMITTER_SYMBOL = Symbol("emitter"); export { EMITTER_SYMBOL };