stringifycode
v0.0.13
Published
There are some times you want to package up functions inside JSON. not that often but it does happen.
Downloads
13
Readme
stringifyCode
There are some times you want to package up functions inside JSON. not that often but it does happen.
demo
npm install stringifycode
node -e "console.log(require('stringifycode')({itWorks:require('stringifycode')}));"