@promptbook/utils
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 373 B
TypeScript
import type { string_filename } from '../../../types/string_filename';
/**
* Provides the path to the `.env` file
*
* Note: `$` is used to indicate that this function is not a pure function - it uses filesystem to access `.env` file
*
* @private within the repository - for CLI utils
*/
export declare function $provideEnvFilename(): Promise<string_filename | null>;