UNPKG

verdaccio

Version:

A lightweight private npm proxy registry

11 lines (10 loc) 262 B
export type SetupDirectory = { path: string; type: string; }; /** * Find and get the first config file that match. * @return {String} the config file path */ declare function findConfigFile(configPath?: string): string; export default findConfigFile;