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
/
types
/
types.d.ts
10 lines
(9 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
enum
Types
{
enum
=
"enum"
,
string
=
"string"
,
number
=
"number"
, bool =
"bool"
, node =
"node"
, nodeList =
"node-list"
}
export
default
Types
;