WXL
3 天以前 c80bc467a41daa6cbae4e5515a300a8ca98cfeaa
1
"use strict";let e=null;exports.debounce=function(t,n=500,o=!1){if(null!==e&&clearTimeout(e),o){const o=!e;e=setTimeout(()=>{e=null},n),o&&"function"==typeof t&&t()}else e=setTimeout(()=>{"function"==typeof t&&t()},n)};