Function makeChannelMeta

  • Adds a meta property to a channel object

    Returns

    The channel with the meta property

    Type Parameters

    • T

    Parameters

    • channel: T

      The channel to add the meta property to

    Returns T & {
        meta: true;
    }

Generated using TypeDoc