blowfish/node_modules/@headlessui/react/dist/utils/once.js
2023-01-29 22:30:24 +00:00

1 line
107 B
JavaScript

function l(r){let e={called:!1};return(...t)=>{if(!e.called)return e.called=!0,r(...t)}}export{l as once};