UNPKG

@alifd/adaptor-helper

Version:
11 lines (9 loc) 157 B
enum Types { enum = 'enum', string = 'string', number = 'number', bool = 'bool', node = 'node', nodeList = 'node-list', } export default Types;