UNPKG

infopack-gen-json-to-xlsx

Version:
15 lines (13 loc) 291 B
var run = require('./run'); /** * This is a convenience method which returns a pipeline step * @param {Object} settings Settings object specific to each generator * @return Step */ function step(settings) { return { settings: settings || {}, run: run }; }; module.exports = step;