Skip to content

AllReplacementDeps type

Home > @rimitive/core > AllReplacementDeps

Merge all replacement deps from a tuple of modules into a single object type.

Signature:

type AllReplacementDeps<TModules extends readonly Module[]> = UnionToIntersection<ExtractReplacementDeps<TModules[number]>>;

References: Module, UnionToIntersection, ExtractReplacementDeps