UNPKG

317 BTypeScriptView Raw
1import Rx = require("rx");
2import { CLI, CrossbowInput } from "./index";
3import { CrossbowConfiguration } from "./config";
4export interface WatchAnswers {
5 watch: string[];
6}
7export default function promptForWatchCommand(cli: CLI, input: CrossbowInput, config: CrossbowConfiguration): Rx.Observable<WatchAnswers>;