isJS top-level constant

bool const isJS

Whether we're running as JS (browser or Node.js).

Implementation

const bool isJS = false;