数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
624 B

import { L as LoadConfigOptions, a as LoadConfigResult } from './shared/unconfig.e8f60d5d.js';
export { B as BuiltinParsers, C as CustomParser, b as LoadConfigSource, S as SearchOptions, d as defaultExtensions } from './shared/unconfig.e8f60d5d.js';
import '@antfu/utils';
declare function createConfigLoader<T>(options: LoadConfigOptions): {
load: (force?: boolean) => Promise<LoadConfigResult<T>>;
findConfigs: () => Promise<string[]>;
};
declare function loadConfig<T>(options: LoadConfigOptions<T>): Promise<LoadConfigResult<T>>;
export { LoadConfigOptions, LoadConfigResult, createConfigLoader, loadConfig };