@suluk/platform - v0.6.0
    Preparing search index...

    Interface Wiring

    interface Wiring {
        hooksByService: Record<string, Record<string, string>>;
        imports: WireImport[];
    }
    Index

    Properties

    hooksByService: Record<string, Record<string, string>>

    producer service id → { hookOptKey → rendered closure } — injected into that service's mount opts by buildEntry.

    imports: WireImport[]

    the imports every consumed capability needs, de-duped (in first-seen order).