Closed submetu closed 12 months ago
So far, our whole library is written using javascript functionality, with no typescript specific coding. I see the benefit for having these typings, as it would really help to clarify which typings can be used.
At the moment, I am quite reluctant to add more dependencies to our library, as we have had only minimal issues with our minimal dependency approach. At the moment, the typings are created programmatically and are also able to change on runtime, that may prove hard to do with typings for typescript, but as I am not an expert on typescript, I may be proven wrong on this.
Sorry for my late answer, Nicklas
Actually typings would be really welcome as we write our backends in typescript too. Option is to use cloud-sdk/util logger to log out to kibana ob BTP.
Simple adding index.d.ts would do trick, we also can provide simple pool request with it...
As of version 7 TypeScript is supported and typings are available.
Hi can we get typings for `
That would be great, thanks!