Open-EO / openeo-js-client

JavaScript and TypeScript client for the openEO API.
https://open-eo.github.io/openeo-js-client/latest/
Apache License 2.0
15 stars 6 forks source link

TypeScript #21

Closed m-mohr closed 3 years ago

m-mohr commented 4 years ago

Add typescript annotations to the JS client.

Resources:

m-mohr commented 3 years ago

Maybe we can generate it from JSDoc:

m-mohr commented 3 years ago

Somwhat blocking: https://github.com/microsoft/TypeScript/issues/40901 Will be fixed by: https://github.com/microsoft/TypeScript/pull/40912

m-mohr commented 3 years ago

Implemented, thank you @jneijt and @christophfriedrich for all the support.