MCPcopy Create free account
hub / github.com/TruthHun/BookStack / env

Function env

static/word2md/mammoth.browser.js:9509–9511  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

9507 typeof process.env !== "undefined";
9508
9509function env(key) {
9510 return hasEnvVariables ? process.env[key] : undefined;
9511}
9512
9513function getNativePromise() {
9514 if (typeof Promise === "function") {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected