timer.d.ts 112 B

12
  1. import { TimerObservable } from './TimerObservable';
  2. export declare const timer: typeof TimerObservable.create;