UNPKG
wpilib-riolog
Version:
latest (0.2.0)
0.2.0
0.1.0
RIOLog for FRC
github.com/wpilibsuite/vscode-wpilib
wpilibsuite/vscode-wpilib
wpilib-riolog
/
out
/
promisecond.d.ts
8 lines
(7 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
PromiseCondition
{
private
hasBeenSet;
private
condSet;
wait
():
Promise
<
void
>;
set
():
void
;
reset
():
void
; }