UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

8 lines (5 loc) 183 B
'use strict' const deepEqualsWith = require('./deepEqualsWith') const predicate = () => false const deepEquals = module.exports = (a, b) => deepEqualsWith(a, b, predicate)