File size: 98 Bytes
80ec683
 
 
 
1
2
3
4
/**
 * returns true if the current environment is NodeJS
 */
export declare const isNode: boolean;