Front end of the Slack clone application.

if.d.ts 101B

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