v2.0.0
⚠️ Major Breaking Changes
The core scope of this package has changed, it no longer attempts to do anything besides keep an up to date TypeScript reference for all head usage.
If you are looking for the utils provided as of 1.x, you should use unhead.
- The
zheadpackage now only exports TypeScript definitions.
The following packages should be considered deprecated:
@zhead/schema@zhead/validation
Use zhead over @zhead/schema
-import { Head } from '@zhead/schema'
+import { Head } from 'zhead'