Front end of the Slack clone application.

throw.d.ts 113B

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