UNPKG

@savantly/gremlin-js

Version:
13 lines (10 loc) 199 B
import * as _ from 'lodash'; export class Graphson { requestId: string; op: string; processor: string; args: {} constructor(options: any) { _.assign(this, options); } }