blowfish/node_modules/@headlessui/react/dist/utils/once.js

2 lines
107 B
JavaScript
Raw Permalink Normal View History

2023-01-29 22:30:24 +00:00
function l(r){let e={called:!1};return(...t)=>{if(!e.called)return e.called=!0,r(...t)}}export{l as once};