UNPKG

get-json-val

Version:

At the same time, it is a function to judge whether it is a JSON string and the result of parsing the JSON string.

9 lines (6 loc) 202 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./get-json-val.cjs.production.min.js') } else { module.exports = require('./get-json-val.cjs.development.js') }