UNPKG

@anycli/config

Version:

base config object and standard interfaces for anycli components

8 lines (7 loc) 142 B
import { Command } from './command'; export interface Manifest { version: string; commands: { [id: string]: Command; }; }