UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

3 lines (2 loc) 186 B
import type { Config, EnvConfigWithComponent } from "../types/config"; export declare const getEnvConfig: (config: Config, componentName: string, env: string) => EnvConfigWithComponent;