blob: 4575bd2431b7e418084917d072ea566da125ae81 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001var convert = require('./convert'),
2 func = convert('matchesProperty', require('../matchesProperty'));
3
4func.placeholder = require('./placeholder');
5module.exports = func;