Files
Shifted/node_modules/is-node-process/lib/index.d.ts
2026-02-10 01:14:19 +00:00

7 lines
137 B
TypeScript

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