fullstackopen-notes/parts/3/phonebookBackend/node_modules/mongoose/lib/modifiedPathsSnapshot.js
2025-06-02 17:24:23 +02:00

9 lines
229 B
JavaScript

'use strict';
module.exports = class ModifiedPathsSnapshot {
constructor(subdocSnapshot, activePaths, version) {
this.subdocSnapshot = subdocSnapshot;
this.activePaths = activePaths;
this.version = version;
}
};