timer.d.ts 112 Bytes
import { TimerObservable } from './TimerObservable';
export declare const timer: typeof TimerObservable.create;