SvelteKit (javascript)
Notes
no notes yet
Release notes
v@sveltejs/kit - 2.55.0
Minor Changes
- feat: page and layout params with matchers are now type narrowed in
$app/types, leading to better type safety when working with params in$app/types,$app/state, and hooks. (#15502)