UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

10 lines (8 loc) 229 B
'use strict'; module.exports = class ModifiedPathsSnapshot { constructor(subdocSnapshot, activePaths, version) { this.subdocSnapshot = subdocSnapshot; this.activePaths = activePaths; this.version = version; } };