UNPKG

gluegun

Version:

A delightful toolkit for building Node-powered CLIs.

9 lines (8 loc) 299 B
import { Options } from '../domain/options'; /** * Loads the config for the app via CosmicConfig by searching in a few places. * * @param name The base name of the config to load. * @param src The directory to look in. */ export declare function loadConfig(name: string, src: string): Options;