UNPKG

env-cmd

Version:

Executes a command using the environment variables in an env file

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