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
/
internal
/
common-types.d.ts
4 lines
(3 loc)
•
64 B
TypeScript
View Raw
1
2
3
4
export
declare
type
Class
= {
new
(...
args
:
any
[]):
any
; };