Member Junction
    Preparing search index...

    Detailed subpath resolution result that includes .d.ts file paths for disambiguation.

    interface SubpathExportInfo {
        classNames: Set<string>;
        classToFile: Map<string, string>;
    }
    Index

    Properties

    classNames: Set<string>

    Class names reachable from this subpath

    classToFile: Map<string, string>

    Map of className → .d.ts file where it was declared