UNPKG

excel-json-cli1

Version:

用于把表格数据导成json数据,可支持json、ts和js,或者,用于把json数据导成表格数据,可支持json、ts和js。

12 lines (11 loc) 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.typeToName = exports.isExportType = void 0; // 需要export的文件类型 exports.isExportType = ['ts', 'js']; // 格式化语言功能映射 exports.typeToName = { ts: 'typescript', json: 'json', js: 'typescript' };