Skip to content

CommonJS, ES6, and TS includes support

Latest
Compare
Choose a tag to compare
@alshakero alshakero released this 09 Mar 17:14
· 16 commits to master since this release

Now you can install from NPM:

npm install json-patch-ot

To import you can use:

var JSONPatchOT = require('json-patch-ot');

or in ES6 and TS

import JSONPatchOT from 'json-patch-ot'