Spaces:
Paused
Paused
| /** | |
| * Determines if the current process is a Node.js process. | |
| */ | |
| declare function isNodeProcess(): boolean; | |
| export { isNodeProcess }; | |
| /** | |
| * Determines if the current process is a Node.js process. | |
| */ | |
| declare function isNodeProcess(): boolean; | |
| export { isNodeProcess }; | |