UNPKG

mastra

Version:
7 lines 383 B
/** * Find the user's Mastra entry file (`index.ts` or `index.js`) under the given * mastra directory. Returns `undefined` when neither exists — in which case the * bundler auto-constructs a Mastra instance from file-based primitives instead. */ export declare function findMastraEntryFile(mastraDir: string): string | undefined; //# sourceMappingURL=find-mastra-entry.d.ts.map