auto-OrangeHRM / node_modules / lodash / fp / matchesProperty.js
matchesProperty.js
Raw
var convert = require('./convert'),
    func = convert('matchesProperty', require('../matchesProperty'));

func.placeholder = require('./placeholder');
module.exports = func;