UNPKG

149 BTypeScriptView Raw
1import { getEnvVars } from './get-env-vars';
2export * from './types';
3export * from './env-cmd';
4export declare const GetEnvVars: typeof getEnvVars;