@types/gremlin
Advanced tools
Comparing version 3.6.1 to 3.6.2
@@ -500,6 +500,6 @@ // Type definitions for gremlin 3.6 | ||
class Translator { | ||
constructor(traversalSource: AnonymousTraversalSource | GraphTraversalSource); | ||
getTraversalSource(): Translator; | ||
constructor(traversalSource: AnonymousTraversalSource | GraphTraversalSource | string); | ||
getTraversalSource(): AnonymousTraversalSource | GraphTraversalSource | string; | ||
of(traversalSource: AnonymousTraversalSource | GraphTraversalSource | string): void; | ||
translate(bytecode: Bytecode, child?: boolean): string; | ||
translate(bytecodeOrTraversal: Bytecode | Traversal, child?: boolean): string; | ||
convert(anyObject: any): string; | ||
@@ -506,0 +506,0 @@ } |
{ | ||
"name": "@types/gremlin", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"description": "TypeScript definitions for gremlin", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gremlin", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "34386021a5f7f8334a4bd7f69b3743c7120e6d186ecc508291f92caf74545795", | ||
"typesPublisherContentHash": "b413541bb452d49ef374388912c77ff436354762aa441e2ce4985d63403b5a72", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 02 May 2023 07:02:47 GMT | ||
* Last updated: Thu, 20 Jul 2023 23:02:49 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
21541