UNPKG
snow-falls
Version:
latest (1.2.0)
1.2.0
1.0.1
1.0.0
The snow falls and the wind blows
github.com/cct124/snow-falls
cct124/snow-falls
snow-falls
/
lib
/
script
/
graphics
/
Event.d.ts
7 lines
(6 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
default
class
Event
<T> {
private
events;
constructor
(
);
add
(
fn
:
(
evt
: T
) =>
void
):
() =>
boolean
;
run
(
evt
: T):
boolean
; }