UNPKG

@blackglory/wait-for

Version:

A module for waiting for things to happen.

3 lines (2 loc) 161 B
import { Observable } from 'rxjs'; export declare function fromMutationObserver(...args: Parameters<MutationObserver['observe']>): Observable<MutationRecord[]>;