cohorta/node_modules/detect-node-es/es5/node.d.ts
2025-12-19 19:26:16 +00:00

4 lines
No EOL
98 B
TypeScript
Executable file

/**
* returns true if the current environment is NodeJS
*/
export declare const isNode: boolean;