@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
1 lines • 201 B
JavaScript
import{useIsomorphicEffect as t}from"../use-isomorphic-effect/use-isomorphic-effect";export function useDocumentTitle(e){t((()=>{"string"==typeof e&&e.trim().length>0&&(document.title=e.trim())}),[e])}