Front end of the Slack clone application.

timer.d.ts 112B

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