interval.d.ts 124 Bytes
import { IntervalObservable } from './IntervalObservable';
export declare const interval: typeof IntervalObservable.create;