You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2024. It is now read-only.
The any type can sometimes leak into your codebase. TypeScript compiler skips the type checking of the any typed variables, so it creates a potential safety hole, and source of bugs in your codebase. We recommend using unknown or never type variable.
Occurrences
There are 21 occurrences of this issue in the repository.
Description
The
anytype can sometimes leak into your codebase. TypeScript compiler skips the type checking of theanytyped variables, so it creates a potential safety hole, and source of bugs in your codebase. We recommend usingunknownornevertype variable.Occurrences
There are 21 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/llTheBlankll/attendance-management-angular/issue/JS-0323/occurrences/