项目作者: lerpinglemur

项目描述 :
utility for dealing with objects in javascript. ancestor property enumeration, property-descriptor search, assign, deep-clone, jsonify, etc.
高级语言: JavaScript
项目地址: git://github.com/lerpinglemur/objecty.git
创建时间: 2019-04-10T17:29:00Z
项目社区:https://github.com/lerpinglemur/objecty

开源协议:MIT License

下载


Provides a variety of Object utilities.

Recursive Object cloning
Recursive Object-class cloning.
Simple recursive jsonify.
Object merging.
Safer Object merging.

The collection consists of functions I’ve needed for my own personal projects,
and are tailored to that end.
Requests for new methods/alterations are considered.

Please notify with any special-bug cases that arise.