2 lines
107 B
JavaScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
function l(r){let e={called:!1};return(...t)=>{if(!e.called)return e.called=!0,r(...t)}}export{l as once};