UNPKG

magicpatch

Version:

Adds IPython / Jupyter magic commands to IJavascript

18 lines (14 loc) 270 B
/* istanbul ignore file */ const isDocker = require("is-docker"); function gatherDocker() { return { isDocker: isDocker(), }; } function formatDocker() { // currently included in envinfo } module.exports = { gatherDocker, formatDocker, };