UNPKG

magicpatch

Version:

Adds IPython / Jupyter magic commands to IJavascript

13 lines (11 loc) 233 B
function setHiddenGlobal(name, val) { Object.defineProperty(global, name, { value: val, writable: true, configurable: true, enumerable: false, }); } module.exports = { setHiddenGlobal, };