@types/gremlin
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -435,3 +435,3 @@ // Type definitions for gremlin 3.4 | ||
getTraversalSource(): Translator; | ||
of(traversalSource: AnonymousTraversalSource | GraphTraversalSource): void; | ||
of(traversalSource: AnonymousTraversalSource | GraphTraversalSource | string): void; | ||
translate(bytecode: Bytecode): string; | ||
@@ -438,0 +438,0 @@ } |
{ | ||
"name": "@types/gremlin", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "TypeScript definitions for gremlin", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -23,4 +23,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e52ab97e7cd9de9a264aec66a8167abf989c2258834d936d3ca6971b9e211997", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "b234f47ca27dcf8db5de86ebea2f0bb7129224225f741735773de6f94e1bcb6b", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gremlin | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gremlin. | ||
Additional Details | ||
* Last updated: Mon, 05 Aug 2019 18:29:07 GMT | ||
### Additional Details | ||
* Last updated: Tue, 10 Dec 2019 19:27:19 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by matt-sungwook <https://github.com/matt-sungwook>. | ||
These definitions were written by matt-sungwook (https://github.com/matt-sungwook). |
19264