mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-21 05:02:30 -04:00
The `{} as any` initial value for `reduce(mergeRight, ...)` was
unnecessary — TypeScript can infer the initial value type from context
since the outer expression is already cast to
`Rx.Observable<logs.PackageManifestLog>`.