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