UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

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