@sveltejs/kit@2.55.0
📦 sveltekitView on GitHub →
✨ 1 features🔧 2 symbols
Summary
This minor release enhances type safety for page and layout parameters by introducing type narrowing within $app/types.
✨ New Features
- Page and layout parameters with matchers are now type narrowed in $app/types, improving type safety when using params in $app/types, $app/state, and hooks.