UNPKG

@blackglory/wait-for

Version:

A module for waiting for things to happen.

7 lines (5 loc) 206 B
import { firstValueFrom } from 'rxjs' import { observeStateChanges } from '@blackglory/observe' export async function waitForStateChanged(): Promise<void> { await firstValueFrom(observeStateChanges()) }