cytoplasmic
    Preparing search index...

    Type Alias Output<T>

    Output: MutCell<T> | MutEmitter<T> | ((value: T) => void)

    A type that is either a mutable cell containing T or an emitter or function that consumes T.

    Type Parameters

    • T