Front end of the Slack clone application.

isArray.d.ts 58B

12
  1. export declare const isArray: (arg: any) => arg is any[];