This codemod turns req.params.hasOwnProperty('name') into Object.hasOwn(req.params, 'name'), reflecting the new Fastify v5 approach to property checking.
Before
ts
After
ts
Reusable compiler-aware skills that help coding agents understand, plan, and safely evolve your codebase.
Build tailored, compiler-aware skills to assess, plan, and automate complex codebase changes.
No description available
Build tailored, compiler-aware skills to assess, plan, and automate complex codebase changes.