UNPKG

js-object-util

Version:

A simple utility to access nested JSON object properties, including arrays. Inspired by Immutable API methods like hasIn and getIn.

12 lines (8 loc) 181 B
language: node_js node_js: - stable install: - npm install script: - npm test after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"