UNPKG

monday-sdk-js

Version:

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mondaycom/monday-sdk-js/blob/master/LICENSE)   [![npm version](https://img.shields.io/npm/v/monday-sdk-js.svg?style=flat)](https://www.npmjs.com/package/monday-

11 lines (8 loc) 231 B
const convertToArrayIfNeeded = x => { return Array.isArray(x) ? x : [x]; }; const isBrowser = typeof window !== "undefined" && typeof window.document !== "undefined"; module.exports = { convertToArrayIfNeeded, isBrowser };