@oclif/config
Version:
base config object and standard interfaces for oclif components
8 lines (7 loc) • 323 B
TypeScript
export { IConfig, Config, Options, load, LoadOptions, PlatformTypes, ArchTypes } 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';