UNPKG

conventional-cli

Version:
5 lines (4 loc) 347 B
import { ArgumentTypes } from './src/types'; import { Section, UsageProperty, Argument, Command, Usage } from './src/models'; import { ISection, IUsageProperty, IArgument, ICommand, IUsage } from './src/interfaces'; export { ArgumentTypes, Section, UsageProperty, Argument, Command, Usage, ISection, IUsageProperty, IArgument, ICommand, IUsage };