mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-03 19:57:19 +00:00
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
|
module.exports = {
|
||
|
debounce: ( /** @type {Function} */fn ) => fn
|
||
|
};
|