RunKit + npm: deep-object-diff

node v8.17.0
version: master
endpointsharetweet
var deepObjectDiff = require("deep-object-diff") console.log(deepObjectDiff.diff({ property: true }, undefined)) console.log(deepObjectDiff.diff({ property: true }, null)) console.log(deepObjectDiff.diff({ property: true }, 'test')) console.log(deepObjectDiff.diff(undefined, undefined)) console.log(deepObjectDiff.diff({ property: true }, 123))
Created from: https://npm.runkit.com/deep-object-diff
Loading…

no comments

    sign in to comment