UNPKG

@configurator/ravendb

Version:
10 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentsChanges = void 0; class DocumentsChanges { get fieldFullName() { return !this.fieldPath ? this.fieldName : this.fieldPath + "." + this.fieldName; } } exports.DocumentsChanges = DocumentsChanges; //# sourceMappingURL=DocumentsChanges.js.map