sam522's picture
node
d4b85c0
raw
history blame contribute delete
137 Bytes
/**
* Determines if the current process is a Node.js process.
*/
declare function isNodeProcess(): boolean;
export { isNodeProcess };