node.d.ts 98 Bytes Edit Raw Blame History Permalink 1 2 3 4 /** * returns true if the current environment is NodeJS */ export declare const isNode: boolean;