UNPKG

gremlin-helper

Version:

A wrapper around the gremlin client to introduce model validation and other useful functionality to use within a web api.

9 lines 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Edge { constructor(schema) { this.schema = schema; } } exports.Edge = Edge; //# sourceMappingURL=Edge.js.map