Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / EMPTY

Variable: EMPTY

const EMPTY: Atom<any>

Defined in: projects/libraries/streamix/src/lib/factories/EMPTY.ts:20

A singleton instance of an empty atom.

This constant provides a reusable, empty atom that immediately completes upon subscription without emitting any values. It is useful in stream compositions as a placeholder or to represent a sequence with no elements.

Released under the GNU AGPL v3 or later.