homepage/node_modules/lodash/fp/matchesProperty.js

6 lines
175 B
JavaScript
Raw Normal View History

2018-05-09 14:31:22 +02:00
var convert = require('./convert'),
func = convert('matchesProperty', require('../matchesProperty'));
func.placeholder = require('./placeholder');
module.exports = func;