An explicity any cast (`<any>some_var`) detracts from the TypeScript API's ability to correctly deduce type information.
An explicity any cast (
<any>some_var) detracts from the TypeScript API's ability to correctly deduce type information.