2 lines
88 B
TypeScript
2 lines
88 B
TypeScript
declare function pycmd(cmd: string, result_callback?: (arg: unknown) => void): unknown;
|