UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

11 lines 284 B
/** * Native Sandbox * * Platform detection and command wrapping for OS-native sandboxing. */ export * from './types.js'; export * from './detect.js'; export * from './seatbelt.js'; export * from './bubblewrap.js'; export * from './wrapper.js'; //# sourceMappingURL=index.d.ts.map