Today's npm package: javascript-stringify
Today's npm package is javascript-stringify
You can use this package to convert JavaScript to string so that it can be evaluated later with eval
const { stringify } = require("javascript-stringify");
const square = (x) => Math.pow(x, 2);
const str...
blog.pankaj.pro1 min read