Front end of the Slack clone application.

isDate.d.ts 59B

12
  1. export declare function isDate(value: any): value is Date;