UNPKG

@unhead/shared

Version:

Shared utils needed for Unhead. This is deprecated and only acts as alias of `unhead/utils`.

11 lines (7 loc) 228 B
# Deprecated: `@unhead/shared` Shared utils needed for Unhead. This is deprecated and only acts as alias of `unhead/utils`. ## Migration ```diff -import { Head } from '@unhead/shared' +import { Head } from 'unhead/utils' ```