mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
- 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` |
||
|---|---|---|
| .. | ||
| gremlin-tests.ts | ||
| index.d.ts | ||
| tsconfig.json | ||
| tslint.json | ||