UNPKG

@appveen/json-utils

Version:

Flatten object, unflatten object and find n level value and much more

7 lines (6 loc) 179 B
const objectUtils = require('./lib/object.utils'); const cryptUtils = require('./lib/crypt.utils'); module.exports = { ObjectUtils: objectUtils, CryptUtils: cryptUtils };