lerna
Version:
Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository
16 lines (15 loc) • 671 B
TypeScript
/**
* This file contains an inline copy of:
* https://github.com/dawsbot/config-chain/blob/0d5fac278bd108e8d9c5f20e4ab8a0a6b3720373/index.js
*
* It is a very old module, and we have inlined it so that we have better control over its dependencies,
* to so that we don't end up pulling in very old transitive dependencies to lerna.
*/
declare var cc: () => any;
export default cc;
export declare var find: () => string | undefined;
export declare var parse: (content: any, file: any, type: any) => any;
export declare var json: () => any;
export declare var env: (prefix: any, env: any) => {};
declare const _ConfigChain: any;
export { _ConfigChain as ConfigChain };