• Creates a bus that, through Prelude-TS' equality, only accepts a single type.

    Type Parameters

    • T extends WithEquality

    Parameters

    • value: T

      The value to match against

    Returns Bus<T, T>

    A bus that only accepts the given value

Generated using TypeDoc