mergee
Utilities for objects
This is a selection of utilities for objects and contains:
- extend - extends a target object with multiple sources
- merge - merge multiple sources into a target object
- mergeExt - same as merge but with options
- clone - deep clone of an object or array.
- isCircular - check object for circular structures
- pick - pick properties from an object
- omit - omit properties from an object
- select - select properties from an object
Table of Contents
Description
TODO - detailed description missing ...
Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your
code to be distributed under the MIT license. You are also implicitly
verifying that all code is your original work or correctly attributed
with the source of its origin and licence.
License
Copyright (c) 2015 commenthol (MIT License)
See LICENSE for more info.