hooks
Type:
(entry: Input, options?: HeadEntryOptions) => ActiveHeadEntry<Input>
Can be used to register and call the hooks of Unhead. Powered by Hookable.
Hooks are used for all core functionality within Unhead.
Example
import { createHead } from 'unhead'const head = createHead()// trigger DOM renderinghead.callHook('entries:updated')