UNPKG

@bluelovers/deep-diff

Version:

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.

9 lines (6 loc) 224 B
'use strict' if (typeof process !== 'undefined' && process.env.NODE_ENV === 'production') { module.exports = require('./index.cjs.production.min.cjs') } else { module.exports = require('./index.cjs.development.cjs') }