makearmy-app/node_modules/detect-node-es/es5/node.d.ts

4 lines
98 B
TypeScript
Raw Permalink Normal View History

2025-09-22 10:37:53 -04:00
/**
* returns true if the current environment is NodeJS
*/
export declare const isNode: boolean;