Answers for "how to declare boolean variable in typescript"

3

how to declare a boolean in typescript

let isDone: boolean = false;
Posted by: Guest on November-03-2020

Code answers related to "how to declare boolean variable in typescript"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language