Skip to content

stevenferretti/eloquent-object-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Eloquent Object Tools

A Lightweight Javascript Object Tooling System written in ES6+

Installation

$ npm i eloquent-object-tools --save

Initialization

const Eot = require('eloquent-object-tools');
const eot = new(Eot);
  • eot.clone(object) -> Clones an object
  • eot.getDeep(object, path, default) -> Gets a deep value from an object, and returns a default if not found, path can be an array or string
  • eot.setDeep(object, path, value) -> Sets a deep value from an object, path can be an array or string

About

Tools For Objects Written in ES6+

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published