Test/node_modules/detect-node-es/es5/node.d.ts
2026-04-09 22:54:00 +07:00

4 lines
No EOL
98 B
TypeScript

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