Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At first, I disabled @typescript-eslint/consistent-type-assertions for the type assertion in the original code, but that ended up polluting the _frame() function with details unrelated to the direct purpose of the function. Extracting the modulus operation into a separate function and adding the details there felt like a better scope.
- Loading branch information