UNPKG
tmux-iocompiler
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Realtime i/o compiler bot
github.com/PanditSiddharth/compilers
PanditSiddharth/compilers
tmux-iocompiler
/
types
/
starters
/
pystarter.d.ts
4 lines
•
182 B
TypeScript
View Raw
1
2
3
4
import
*
as
tp
from
"../interfaces"
;
declare
function
pyStarter
(
bot
:
any
,
ctx
:
any
,
conf
: tp.
Config
):
Promise
<
void
>;
export
default
pyStarter;
//# sourceMappingURL=pystarter.d.ts.map