UNPKG

@mastra/core

Version:

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

7 lines (4 loc) 127 B
'use strict'; // src/workflows/constants.ts var EMITTER_SYMBOL = Symbol("emitter"); exports.EMITTER_SYMBOL = EMITTER_SYMBOL;