Forces the specified value to be the specified type T to get around annoying TypeScript idiosyncrasies.
T
Type to cast specified value as.
value
Value to cast to T.
The specified value as type T.
Forces the specified value to be the specified type
Tto get around annoying TypeScript idiosyncrasies.