Front end of the Slack clone application.

12
  1. export declare function isPromise<T>(value: any | Promise<T>): value is Promise<T>;