UNPKG

typings

Version:

The TypeScript Definition Manager

12 lines (11 loc) 284 B
export declare function help(): string; export interface Options { name: string; source: string; offset: string; limit: string; order: string; sort: string; verbose: boolean; } export declare function exec(args: string[], options: Options): Promise<void>;