NeahNew/node_modules/detect-node-es/es5/node.d.ts
2025-05-03 14:17:46 +02:00

4 lines
98 B
TypeScript

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