RunKit + npm: object-diff

node v8.17.0
version: master
endpointsharetweet
const { diff } = require('just-diff') var a = { updatedAt: new Date('1990-01-22T15:14:10.837Z') } var b = { updatedAt: new Date('2018-01-22T15:11:19.244Z') } diff(a, b)
Created from: https://npm.runkit.com/object-diff
Loading…

no comments

    sign in to comment