UNPKG

sweetalert2

Version:

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

5 lines (4 loc) 82 B
export function fire (...args) { const Swal = this return new Swal(...args) }