UNPKG

bs-platform

Version:

bucklescript compiler, ocaml standard libary by bucklescript and its required runtime support

21 lines (13 loc) 304 B
import * as Js_dict from "./js_dict.js"; import * as Process from "process"; function putEnvVar(key, $$var) { Process.env[key] = $$var; } function deleteEnvVar(s) { return Js_dict.unsafeDeleteKey(Process.env, s); } export { putEnvVar , deleteEnvVar , } /* process Not a pure module */