UNPKG
quxt
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Lodash but OVERPOWERED!
github.com/quxapp/quxt
quxapp/quxt
quxt
/
.internal
/
matchesProperty.js
7 lines
(6 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
matchesProperty
(
key, value
) {
return
(
object
) =>
{
return
object
[key] === value } }
module
.
exports
= matchesProperty