makearmy-app/node_modules/detect-node-es/es5/node.d.ts
2025-09-22 10:37:53 -04:00

4 lines
No EOL
98 B
TypeScript

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