install-nix-action/node_modules/lodash/fp/matchesProperty.js

6 lines
175 B
JavaScript
Raw Permalink Normal View History

2019-11-13 16:14:48 +00:00
var convert = require('./convert'),
func = convert('matchesProperty', require('../matchesProperty'));
func.placeholder = require('./placeholder');
module.exports = func;