AllReplacementDeps type
Home > @rimitive/core > AllReplacementDeps
AllReplacementDeps type
Section titled “AllReplacementDeps type”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