UNPKG

ravendb

Version:
11 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VectorField = void 0; class VectorField { fieldName; constructor(fieldName) { this.fieldName = fieldName; } } exports.VectorField = VectorField; //# sourceMappingURL=VectorField.js.map