UNPKG

lib-tools

Version:

The lib-tools helps you simplify the build, bundle, test and npm packaging workflows for Typescript, JavaScript, Angular library projects and assets module projects.

5 lines (4 loc) 207 B
import { OverridableConfig } from '../models'; export declare function applyEnvOverrides<TConfigBase>(overridableConfig: OverridableConfig<TConfigBase>, env: { [key: string]: boolean | string; }): void;