Front end of the Slack clone application.

using.d.ts 112B

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