Answers for "typescript check typeof t"

3

typescript check type of variable

if (fooOrBar instanceof Foo){
  // TypeScript now knows that `fooOrBar` is `Foo`
}
Posted by: Guest on December-03-2020
1

typescript check type

mySprite instanceof Sprite;
Posted by: Guest on December-03-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language