mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 09:01:53 +02:00
1 line
165 B
JavaScript
1 line
165 B
JavaScript
import{useRef as r,useEffect as t}from"react";function n(){let e=r(!0);return t(()=>(e.current=!1,()=>{e.current=!0}),[]),e.current}export{n as useIsInitialRender};
|