Searched refs:envPrefix (Results 1 – 2 of 2) sorted by relevance
245 #envPrefix; field in Jack254 this.#envPrefix = options.envPrefix;301 if (this.#envPrefix) {303 const ek = toEnvKey(this.#envPrefix, field);442 if (!this.#env || !this.#envPrefix)446 this.#env[toEnvKey(this.#envPrefix, field)] = toEnvVal(value, my?.delim);
253 #envPrefix; field in Jack262 this.#envPrefix = options.envPrefix;309 if (this.#envPrefix) {311 const ek = toEnvKey(this.#envPrefix, field);450 if (!this.#env || !this.#envPrefix)454 this.#env[toEnvKey(this.#envPrefix, field)] = toEnvVal(value, my?.delim);