Check if the runtime is the Electron renderer process.
var IS_ELECTRON_RENDERER = require( '@stdlib/assert/is-electron-renderer' );
Boolean
indicating if the runtime is the Electron renderer process.
var bool = IS_ELECTRON_RENDERER;
// returns <boolean>
var IS_ELECTRON_RENDERER = require( '@stdlib/assert/is-electron-renderer' );
console.log( IS_ELECTRON_RENDERER );
// => <boolean>