Files
2026-02-05 17:31:20 +00:00

4 lines
98 B
TypeScript

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