UNPKG

carcass-config

Version:

(Node.js) A config file loader and manager, in Carcass style.

8 lines (6 loc) 158 B
/** * Remove comments from a JSON stringify-ed string. * * @return {String} content without the comments */ module.exports = require('cjson').decomment;