I have an object in javascript:
export class A{ name:string; sayHi() { console.log("Hi " + name); } }
I\'m fil