DIR: /proc/self/cwd/node_modules/sweetalert2/src/staticMethods/ |
Current File : //proc/self/cwd/node_modules/sweetalert2/src/staticMethods/fire.js |
/** * Main method to create a new SweetAlert2 popup * * @param {...SweetAlertOptions} args * @returns {Promise<SweetAlertResult>} */ export function fire(...args) { return new this(...args) } |