Open gonfunko opened 2 weeks ago
Fixes #6997
This PR converts the various methods for checking the types of measurables in renderers/measurables/types.ts to be typeguards, and updates the code that calls them to remove now-unnecessary casts and instanceof checks.
The basics
The details
Resolves
Fixes #6997
Proposed Changes
This PR converts the various methods for checking the types of measurables in renderers/measurables/types.ts to be typeguards, and updates the code that calls them to remove now-unnecessary casts and instanceof checks.