UNPKG

detect-node-es

Version:

Detect Node.JS (as opposite to browser environment). ESM modification

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