DefinitelyTyped/types/gremlin
Keith Kirton e5c3b4deec
Support Gremlin DSL definitions (#42450)
- Base classes `GraphTraversalSource` and `GraphTraversal`steps return `this`
in order to not lose the extensions added by derived DSL classes.
- Generic type `T` is used by `GraphTraversalSource`, and `Statics`
to specificy their steps `GraphTraversal` return type. Defaults to `GraphTraversal`.
- Generic type `S` is used by `AnonymousTraversalSource`, to specify the
underlying `GraphTraversalSource` type. Defaults to `GraphTraversalSource`.

Add DSL tests

Add definitions for `elementMap`
2020-02-19 14:33:07 -08:00
..
gremlin-tests.ts
index.d.ts
tsconfig.json
tslint.json