Answers for "typescript cast to parent type"

0

typescript cast to parent type

car as Truck  // older syntax syntax: <Truck> car
Posted by: Guest on April-25-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language