UNPKG

env-cmd

Version:

Executes a command using the environment variables in an env file

6 lines (5 loc) 184 B
import { getEnvVars } from './get-env-vars.js'; export * from './types.js'; export * from './cli.js'; export * from './env-cmd.js'; export declare const GetEnvVars: typeof getEnvVars;