UNPKG

shallow-equal-jit

Version:

Fast shallow equal with Just-In-Time compiled compare functions.

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