@boost/config
Version:
Powerful convention based finder, loader, and manager of both configuration and ignore files.
15 lines • 475 B
TypeScript
/**
* @copyright 2020, Miles Johnson
* @license https://opensource.org/licenses/MIT
*/
export * from './ConfigError';
export * from './Configuration';
export * from './helpers/getEnv';
export * from './helpers/mergeArray';
export * from './helpers/mergeExtends';
export * from './helpers/mergeObject';
export * from './helpers/mergePlugins';
export * from './helpers/overwrite';
export * from './schemas';
export * from './types';
//# sourceMappingURL=index.d.ts.map