objecty

Object utils including deep clones, assign, property enumeration, prototype property enumeration, json conversion, deep reference, etc.

Usage no npm install needed!

<script type="module">
  import objecty from 'https://cdn.skypack.dev/objecty';
</script>

README

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.