UNPKG

@darkobits/saffron

Version:

Yargs + Cosmiconfig for robust, configurable CLIs.

10 lines (9 loc) 226 B
/** * Object with the same shape as CosmiconfigResult, but with support for a typed * `config` key. */ export interface SaffronCosmiconfigResult<C> { config: C; filepath: string; isEmpty: boolean | undefined; }