mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 15:11:54 +02:00
2 lines
202 B
JavaScript
2 lines
202 B
JavaScript
|
import{useRef as r}from"react";import{useIsoMorphicEffect as t}from'./use-iso-morphic-effect.js';function f(){let e=r(!1);return t(()=>(e.current=!0,()=>{e.current=!1}),[]),e}export{f as useIsMounted};
|