UNPKG

@darkobits/saffron

Version:

Yargs + Cosmiconfig for robust, configurable CLIs.

10 lines (9 loc) 596 B
export type { SaffronBuilder } from './SaffronBuilder'; export type { SaffronBuilderContext } from './SaffronBuilderContext'; export type { SaffronCommand } from './SaffronCommand'; export type { SaffronCommonContext } from './SaffronCommonContext'; export type { SaffronCosmiconfigOptions } from './SaffronCosmiconfigOptions'; export type { SaffronCosmiconfigResult } from './SaffronCosmiconfigResult'; export type { SaffronHandler } from './SaffronHandler'; export type { SaffronHandlerContext } from './SaffronHandlerContext'; export type { SaffronInitCallback } from './SaffronInitCallback';