文件夹整理
This commit is contained in:
13
doc/test-data/purchase_transaction/node_modules/exceljs/lib/exceljs.bare.js
generated
vendored
13
doc/test-data/purchase_transaction/node_modules/exceljs/lib/exceljs.bare.js
generated
vendored
@@ -1,13 +0,0 @@
|
||||
// this bundle is built without polyfill leaving apps the freedom to add their own
|
||||
const ExcelJS = {
|
||||
Workbook: require('./doc/workbook'),
|
||||
};
|
||||
|
||||
// Object.assign mono-fill
|
||||
const Enums = require('./doc/enums');
|
||||
|
||||
Object.keys(Enums).forEach(key => {
|
||||
ExcelJS[key] = Enums[key];
|
||||
});
|
||||
|
||||
module.exports = ExcelJS;
|
||||
Reference in New Issue
Block a user