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