UNPKG

@vortex.so/cli

Version:

CLI to interact with Vortex.

5 lines (4 loc) 143 B
export declare function getEnv(env: 'local' | 'dev' | 'prod'): Promise<void>; export declare class Vault { static getEnv: typeof getEnv; }