UNPKG

@promptbook/remote-server

Version:

Promptbook: Run AI apps in plain human language across multiple models and platforms

13 lines (12 loc) 502 B
import type { string_filename } from '../../../types/typeAliases'; /** * 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>; /** * Note: [🟢] Code in this file should never be never released in packages that could be imported into browser environment */