UNPKG

imma

Version:

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

8 lines (5 loc) 173 B
'use strict' const equalsWith = require('./equalsWith') const predicate = (a, b) => a === b const equals = module.exports = (a, b) => equalsWith(a, b, predicate)