1.0.2 • Published 4 years ago

js-aid v1.0.2

Weekly downloads
7
License
ISC
Repository
-
Last release
4 years ago

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

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago