This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
32ee863577
anki
/
qt
/
aqt
/
data
/
web
/
js
/
pycmd.d.ts
2 lines
80 B
TypeScript
Raw
Normal View
History
Unescape
Escape
add optional result_callback arg to pycmd() definition
2020-01-22 01:28:45 +01:00
declare
function
pycmd
(
cmd
:
string
,
result_callback
?
:
(
arg
:
any
)
=
>
void
)
:
any
;
Reference in New Issue
Copy Permalink