Parse JSON/CSON/YAML file without specify the format.
npm install parse-config-file!Last version






> Parse JSON/CSON/YAML file without specify the format.
``bash`
$ npm install parse-config-file --save
`js
const parse = require('parse-config-file')
parse(data) // => return something
``
MIT © Kiko Beats.