@promptbook/node 0.65.0 → 0.66.0-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +0,0 @@
1
- /**
2
- * Detects if the code is running in a browser environment in main thread (Not in a web worker)
3
- *
4
- * @public exported from `@promptbook/utils`
5
- */
6
- export declare const isRunningInBrowser: Function;
7
- /**
8
- * Detects if the code is running in a Node.js environment
9
- *
10
- * @public exported from `@promptbook/utils`
11
- */
12
- export declare const isRunningInNode: Function;
13
- /**
14
- * Detects if the code is running in a web worker
15
- *
16
- * @public exported from `@promptbook/utils`
17
- */
18
- export declare const isRunningInWebWorker: Function;