UNPKG
@gamestdio/signals
Version:
latest (1.0.0)
1.0.0
Minimal Signal implementation for JavaScript.
github.com/gamestdio/Signals
gamestdio/Signals
@gamestdio/signals
/
lib
/
index.d.ts
5 lines
(4 loc)
•
148 B
TypeScript
View Raw
1
2
3
4
5
export
{
OnceSignal
}
from
"./OnceSignal"
;
export
{
Signal
}
from
"./Signal"
;
export
{
Slot
}
from
"./Slot"
;
export
{
SlotList
}
from
"./SlotList"
;