UNPKG
foop
Version:
beta (5.0.0)
latest (5.0.0)
5.0.0
interfaces that describe their intentions.
github.com/fluents/chain-able
fluents/chain-able
foop
/
src
/
deps
/
conditional
/
eq.js
6 lines
(4 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
const curry =
require
(
'../fp/curry'
) module.exports = curry(
2
, function eqeqe
q(left, right)
{
return
left === right })