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