Your IP : 216.73.216.79


Current Path : /var/www/html/reddsis/node_modules/sweetalert2/src/staticMethods/
Upload File :
Current File : /var/www/html/reddsis/node_modules/sweetalert2/src/staticMethods/fire.js

/**
 * Main method to create a new SweetAlert2 popup
 *
 * @this {new (...args: any[]) => any}
 * @param  {...SweetAlertOptions} args
 * @returns {Promise<SweetAlertResult>}
 */
export function fire(...args) {
  return new this(...args)
}