UNPKG
@arrows/dispatch
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.0
0.1.0
Functional dispatch library
caderek.github.io/arrows/packages/dispatch/
caderek/arrows
@arrows/dispatch
/
src
/
internal
/
common-types.ts
2 lines
(1 loc)
•
50 B
text/typescript
View Raw
1
2
export
type
Class
= {
new
(...
args
:
any
[]):
any
}