WXL
11 小时以前 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
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)};