v-object-manipulation

An object manipulation helper

Usage no npm install needed!

<script type="module">
  import vObjectManipulation from 'https://cdn.skypack.dev/v-object-manipulation';
</script>

README

Object Manipulation

Build Status

Installation

Install the dependencies and start the server.

$ npm install v-object-manipulation
$ yarn add v-object-manipulation

How to use

import { optimizeObject } from 'v-object-manipulation';
optimizeObject(oldObject:object, newObject:object, exclude: string[])