Skip to content

Documentation / @eventkit/base / isEmpty

Function: isEmpty()

ts
function isEmpty<T>(): SingletonOperatorFunction<T, boolean>

Emits false if the source observable emits any values, or emits true if the source observable completes without emitting any values.

Type Parameters

Type Parameter
T

Returns

SingletonOperatorFunction<T, boolean>

Released under the MIT License.