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.

8 lines (7 loc) 206 B
export declare function getEnvironment(env: { [key: string]: boolean | string; } | null | undefined, argv: { [key: string]: unknown; } | null | undefined): { [key: string]: boolean | string; };