Hacker News new | ask | show | jobs
by ash_gti 1810 days ago
If you enable strict (https://www.typescriptlang.org/tsconfig#strict) or use the `strictBindCallApply` flag (https://www.typescriptlang.org/tsconfig#strictBindCallApply) it should check the types on call, bind and apply.
1 comments

Cool, I never knew that