mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
6 lines
184 B
TypeScript
6 lines
184 B
TypeScript
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;
|