FlattenModule type
Home > @rimitive/core > FlattenModule
FlattenModule type
Section titled “FlattenModule type”Flatten a module and its replacements into a union of all modules.
Signature:
type FlattenModule<M> = M | ExtractReplacements<M>;References: ExtractReplacements