Answers for "how to declare an empty object in typwescript?"

2

how to create empty object typescript

const _params = {} as any;

 _params.name ='nazeh abel'
Posted by: Guest on May-26-2020

Code answers related to "how to declare an empty object in typwescript?"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language