js-aid

1.0.2 • Public • Published

js-aid

npm version

About

  • A Bundle of Javascript util Library to help developers.
  • No dependency to other Libraries.

Thanks to whoever use js-aid.

Install

npm install js-aid --save-dev

Getting Started

const aid = require("js-aid");
const obj = { level1: { level2: "level3" } };
const checkNested = aid.checkNested(obj, "level1", "level2");
console.log(checkNested); //true
const getNested = aid.getNested(obj, "level1", "level2");
console.log(getNested); // 'level3'

Contact

Readme

Keywords

none

Package Sidebar

Install

npm i js-aid

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.33 kB

Total Files

3

Last publish

Collaborators

  • himanshu-dhingra