UNPKG

sweetalert2-neutral

Version:

A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert. Neutral version without 'protest-ware' features / spyware.

7 lines (6 loc) 148 B
/** * Detect Node env * * @returns {boolean} */ export const isNodeEnv = () => typeof window === 'undefined' || typeof document === 'undefined'