UNPKG

@blackglory/wait-for

Version:

A module for waiting for things to happen.

6 lines 245 B
import { firstValueFrom } from 'rxjs'; import { observeStateChanges } from '@blackglory/observe'; export async function waitForStateChanged() { await firstValueFrom(observeStateChanges()); } //# sourceMappingURL=wait-for-state-changed.js.map