mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
1 line
88 B
TypeScript
1 line
88 B
TypeScript
declare function pycmd(cmd: string, result_callback?: (arg: unknown) => void): unknown;
|