Converts an exported javascript object to JSON.
This module may be installed either globally:
npm i -g json-export-clior locally:
npm install --save-dev json-export-clijson-export my-object.jsmy-object.js
module.exports = {
sum: 1 + 2,
};{"sum":3}