UNPKG
infopack-gen-json-to-xlsx
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.3
0.0.2
A descriptive oneliner here...
gitlab.com/sbplatform/infopack-gen-json-to-xlsx
infopack-gen-json-to-xlsx
/
lib
/
index.js
3 lines
(2 loc)
•
80 B
JavaScript
View Raw
1
2
3
module.exports.step
= require(
'./step'
)
;
module.exports.run
= require(
'./run'
)
;