Skip to content

empty()

Completes immediately with no DATA (Tier 2).

Signature

ts
function empty<T = never>(): ProducerStore<T>

Returns

ProducerStore&lt;T&gt;

Released under the MIT License.