intern-Assignment/Node-Assignments/URLShortener/node_modules/mongoose/lib/modifiedPathsSnapshot.js
2025-01-31 15:20:39 +05:30

10 lines
229 B
JavaScript

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