UNPKG

@uigstudio/gitlab-env

Version:

3 lines (2 loc) 134 B
import { ConfigType, EnvType } from './types'; export declare const envsToFileContent: (envs: EnvType[], conf: ConfigType) => string;