Files
ServiceManager/frontend/node_modules/detect-node-es/es5/node.d.ts
2026-01-01 17:40:53 +01:00

4 lines
98 B
TypeScript

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