WXL
3 天以前 c80bc467a41daa6cbae4e5515a300a8ca98cfeaa
1
"use strict";let t;exports.throttle=function(e,o=500,i=!0){i?t||(t=!0,"function"==typeof e&&e(),setTimeout(()=>{t=!1},o)):t||(t=!0,setTimeout(()=>{t=!1,"function"==typeof e&&e()},o))};