@promptbook/azure-openai
Version:
Promptbook: Run AI apps in plain human language across multiple models and platforms
12 lines (11 loc) • 322 B
TypeScript
/**
* Detects if the code is running in jest environment
*
* Note: `$` is used to indicate that this function is not a pure function - it looks at the global object to determine the environment
*
* @public exported from `@promptbook/utils`
*/
export declare const $isRunningInJest: Function;
/**
* TODO: [🎺]
*/