@wolframkriesing I have not seen this
yet. One approach that could work: define your types and use the TypeScript
compiler API to generate JS code from the types.
1 reply
@wolframkriesing Take this generated code
and compare it to your existing code. But somehow ignore implementation, only
compare "calls".
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API
This seems hard.