GIF89a php
Current File : /home/viralhoga/glambooth_viralhoga_com/node_modules/mongoose/lib/modifiedPathsSnapshot.js
'use strict';

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