smart-energy-monitor/software/flow/node_modules/lodash/fp/matchesProperty.js

6 lines
175 B
JavaScript
Raw Normal View History

2023-02-23 15:38:30 +01:00
var convert = require('./convert'),
func = convert('matchesProperty', require('../matchesProperty'));
func.placeholder = require('./placeholder');
module.exports = func;