UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

37 lines (33 loc) 491 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); 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' } }; exports.RAINBOW_VALUE_TYPE_MAP = RAINBOW_VALUE_TYPE_MAP;