UNPKG

sweetalert2

Version:

A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert

3 lines (2 loc) 115 B
// Detect Node env export const isNodeEnv = () => typeof window === 'undefined' || typeof document === 'undefined'