/** * Structural differ for comparing two module analyses. * * This module re-exports from the refactored differ modules. * For implementation details, see the ./differ/ directory. */ export { diffModules, flattenChanges, groupChangesByDescriptor, } from './differ/index'; //# sourceMappingURL=differ.d.ts.map