Front end of the Slack clone application.

isArray.js 119B

12
  1. export const isArray = Array.isArray || ((x) => x && typeof x.length === 'number');
  2. //# sourceMappingURL=isArray.js.map