add optional result_callback arg to pycmd() definition

This commit is contained in:
Damien Elmes 2020-01-22 10:28:45 +10:00
parent b870abd2d4
commit a5db36e208

View file

@ -1 +1 @@
declare function pycmd(cmd: string): any;
declare function pycmd(cmd: string, result_callback?: (arg: any) => void): any;