isJS top-level constant
bool
const isJS
Whether we're running as JS (browser or Node.js).
Implementation
const bool isJS = false;
Whether we're running as JS (browser or Node.js).
const bool isJS = false;