UNPKG
@alifd/adaptor-helper
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
Next adaptor utils
github.com/alibaba-fusion/adaptor-helper
alibaba-fusion/adaptor-helper
@alifd/adaptor-helper
/
src
/
types.ts
11 lines
(9 loc)
•
157 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
enum
Types
{
enum
=
'enum'
,
string
=
'string'
,
number
=
'number'
, bool =
'bool'
, node =
'node'
, nodeList =
'node-list'
, }
export
default
Types
;