1.0.1 • Published 5 years ago

object-mutate v1.0.1

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

object-mutate

helper functions to modify javascript objects

About Path Conventions API

About - TODO

Conventions - TODO

API - IN PROGRESS

Object.findRootObjectByPath(path)

/**
 * @param {string} path                        Absolute path to the object to be found.
 */

EXAMPLES - TODO

Object.doesObjectMatchByProperties(propertiesToMatch)

/**
 * @param {object} propertiesToMatch           Properties used to match the object to be found.
 *
 * @return {boolean}                           Does the object match with the specified properties or not.
 */

EXAMPLES - TODO

Object.addToKey(destinationPath, object, findSettings = {})

/**
 * @param {string} destinationPath             Where the add the new object.
 * @param {object} object                      The object to be added.
 */
1.0.1

5 years ago

1.0.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

6 years ago