Files
2026-04-05 03:08:53 +02:00

4 lines
98 B
TypeScript

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