@promptbook/remote-server
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
12 lines (11 loc) • 323 B
TypeScript
/**
* Detects if the code is running in a web worker
*
* 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 $isRunningInWebWorker: Function;
/**
* TODO: [🎺]
*/