UNPKG

gapi-cli

Version:

Gapi command line interface

8 lines (7 loc) 261 B
import { Observable } from 'rxjs/Observable'; import { RootTypeTasks } from '../../core/types/root.type'; export declare class ArgsService { args: string[]; setArguments(args: string[]): void; findArgument(arg: RootTypeTasks): Observable<string>; }