Skip to main content

Module objects

Module objects 

Source
Expand description

Property collection and merging for intersection types.

This module provides utilities for collecting properties from intersection types while handling Lazy/Ref resolution and avoiding infinite recursion.

Enums§

PropertyCollectionResult
Result of collecting properties from an intersection type.

Functions§

collect_properties
Collect properties from an intersection type, recursively merging all members.