UNPKG

@netlify/config

Version:
7 lines (6 loc) 254 B
/** * Load the configuration file. * Takes an optional configuration file path as input and return the resolved * `config` together with related properties such as the `configPath`. */ export declare const resolveConfig: (opts: any) => Promise<any>;