UNPKG

env-cmd

Version:

Executes a command using the environment variables in an env file

9 lines (8 loc) 304 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); const get_env_vars_1 = require("./get-env-vars"); __export(require("./env-cmd")); exports.GetEnvVars = get_env_vars_1.getEnvVars;