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