Files
rss-nostr-lambda/node_modules/tstl/utility/node.d.ts
T

7 lines
142 B
TypeScript

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