Files
dogs/node_modules/lodash/fp/matchesProperty.js

6 lines
175 B
JavaScript
Raw Permalink Normal View History

2025-05-12 16:42:36 +09:00
var convert = require('./convert'),
func = convert('matchesProperty', require('../matchesProperty'));
func.placeholder = require('./placeholder');
module.exports = func;