mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
- Removed all the various eslint dependencies and added ts-standard - Updated Readme file with some minor changes - Updated dist folder to have one level again
9 lines
304 B
JavaScript
9 lines
304 B
JavaScript
"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;
|