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
/
es
/
types.js
12 lines
(10 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
Types
; (
function
(
Types
) {
Types
[
"enum"
] =
"enum"
;
Types
[
"string"
] =
"string"
;
Types
[
"number"
] =
"number"
;
Types
[
"bool"
] =
"bool"
;
Types
[
"node"
] =
"node"
;
Types
[
"nodeList"
] =
"node-list"
; })(
Types
|| (
Types
= {}));
export
default
Types
;