UNPKG

@anycli/config

Version:

base config object and standard interfaces for anycli components

8 lines (7 loc) 297 B
export { IConfig, Config, Options, load, LoadOptions } from './config'; export { Command } from './command'; export { Hook, Hooks } from './hooks'; export { Manifest } from './manifest'; export { PJSON } from './pjson'; export { IPlugin, Plugin } from './plugin'; export { Topic } from './topic';