UNPKG

175 BJavaScriptView Raw
1var convert = require('./convert'),
2 func = convert('matchesProperty', require('../matchesProperty'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;