UNPKG

excel-json-cli1

Version:

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

9 lines (8 loc) 222 B
// 需要export的文件类型 export const isExportType = ['ts', 'js']; // 格式化语言功能映射 export const typeToName: {[key: string]: string} = { ts: 'typescript', json: 'json', js: 'typescript' }