Front end of the Slack clone application.

isObject.d.ts 55B

12
  1. export declare function isObject(x: any): x is Object;