Repository URL to install this package:
|
Version:
1.1.17 ▾
|
const curry = require('../fp/curry')
module.exports = curry(2, function eqeqeq(left, right) {
return left === right
})