UNPKG

msbot

Version:

MSBot command line tool for manipulating Microsoft Bot Framework .bot files

2 lines (1 loc) 136 B
export declare function spawnAsync(command: string, stdout?: (data: string) => void, stderr?: (data: string) => void): Promise<string>;