Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages