7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
/**
|
|
* Test whether the code is running on NodeJS.
|
|
*
|
|
* @return Whether NodeJS or not.
|
|
*/
|
|
export declare function is_node(): boolean;
|