intern-Assignment/Node-Assignments/URLShortener/node_modules/mongoose/lib/modifiedPathsSnapshot.js

10 lines
229 B
JavaScript
Raw Normal View History

2025-01-31 09:50:39 +00:00
'use strict';
module.exports = class ModifiedPathsSnapshot {
constructor(subdocSnapshot, activePaths, version) {
this.subdocSnapshot = subdocSnapshot;
this.activePaths = activePaths;
this.version = version;
}
};