How to define the object in const keyword in typescript?
Answers
Answered by
0
const obj = new className()
Similar questions