Beutech

Results 1 issues of Beutech

**Motivation** Remove usage of `Number()` constructor which is unsafe because: - It accepts `any` as parameter, allowing invalid types without TypeScript errors - Silently produces `NaN` when given invalid input...