UNPKG

pxi

Version:

Small, fast, and magical command-line data processor

7 lines 186 B
module.exports = { name: 'id', desc: 'does not apply any functions and returns the JSON objects unchanged.', func: (fs, {}) => (jsons, lines) => ( {err: [], jsons: jsons} ) }