| Current Path : /home/emeraadmin/public_html/node_modules/sweetalert2/src/utils/ |
| Current File : /home/emeraadmin/public_html/node_modules/sweetalert2/src/utils/isNodeEnv.js |
// Detect Node env export const isNodeEnv = () => typeof window === 'undefined' || typeof document === 'undefined'