Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
var TitanVertexWrapper = module.exports = function (gremlin, el) {
Gremlin.VertexWrapper.call(this, gremlin, el);
};
'use strict';
var util = require('util');
var Gremlin = require('gremlin');
var TitanVertexWrapper = module.exports = function (gremlin, el) {
Gremlin.VertexWrapper.call(this, gremlin, el);
};
util.inherits(TitanVertexWrapper, Gremlin.VertexWrapper);