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
/
helpers.d.ts
8 lines
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
class
Hlp
{
constructor
(
);
sleep
(
ms
:
any
):
Promise
<
unknown
>;
readline
:
any
;
input
(
question
:
any
):
Promise
<
unknown
>; }
export
default
Hlp
;
//# sourceMappingURL=helpers.d.ts.map