Closed ZacharyWesterman closed 5 months ago
You'd declare variables like
let var: string = 'text'
and then it would not allow you to assign non-string values to var.
var
Don't think I want to do this. It would be a neat feature but I think it would be more effort than it's worth
You'd declare variables like
and then it would not allow you to assign non-string values to
var
.