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
/
index.ts
16 lines
(13 loc)
•
255 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import
getType
from
'./getType'
import
identity
from
'./identity'
import
is
from
'./is'
import
isIn
from
'./isIn'
import
types
from
'./types'
export
{ getType, identity, is, isIn, types }
export
default
{ getType, identity, is, isIn, types, }