UNPKG

deep-shape-equals

Version:

`deep-shape-equals` is a library that allows you to see if two or more objects have the same shape. Meaning, the keys that they have are the same.

9 lines (6 loc) 212 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./deep-shape-equals.cjs.production.min.js') } else { module.exports = require('./deep-shape-equals.cjs.development.js') }