UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 256 B
import { Observable } from 'rxjs'; /** * This function is meant to work as a call to rxjs's `of` function without any arguments * @returns a void Observable, that calls next once and then completes */ export declare function ofVoid(): Observable<void>;