Skip to content

of()

Synchronously emits each argument in order, then completes (Tier 2).

Signature

ts
function of<T>(...values: T[]): ProducerStore<T>

Parameters

ParameterTypeDescription
valuesT[]Values to emit.

Returns

ProducerStore&lt;T&gt;

Released under the MIT License.