@lppedd/message-bus - v0.2.0
    Preparing search index...

    Type Alias Topics<T>

    Topics: { readonly [K in keyof T]: Topic<T[K]> }

    Represents a non-empty array of topics.

    Type Parameters

    • T extends [any, ...any[]]