Github user jorgebay commented on the issue:
https://github.com/apache/tinkerpop/pull/898
Nice @daem0ndev! I think its a good idea to provide typing definitions
inside the package.
[Gremlin Variant
APIs](http://tinkerpop.apache.org/docs/current/tutorials/gremlin-language-variants/)
like gremlin-javascript are generated from the Java API using a set of groovy
templates and scripts, see
https://github.com/apache/tinkerpop/blob/master/gremlin-javascript/glv/generate.groovy
for example. We should do the same in this case, do you want to adapt your
pull request to generate the `.ts` file?
Also, could you target `tp32` branch instead?
---