t-comm
Version:
专业、稳定、纯粹的工具库
33 lines (31 loc) • 390 B
JavaScript
var RAINBOW_VALUE_TYPE_MAP = {
1: {
type: 'NUMBER',
ext: 'txt'
},
2: {
type: 'STRING',
ext: 'txt'
},
3: {
type: 'TEXT',
ext: 'txt'
},
4: {
type: 'JSON',
ext: 'json'
},
5: {
type: 'XML',
ext: 'xml'
},
18: {
type: 'DATE',
ext: 'txt'
},
20: {
type: 'YAML',
ext: 'yml'
}
};
export { RAINBOW_VALUE_TYPE_MAP };