Y-SLD/assets/plugins/sweetalert/dev/gulpfile-wrap-template.js

18 lines
364 B
JavaScript
Raw Permalink Normal View History

2024-03-01 11:23:55 +00:00
;(function(window, document, undefined) {
"use strict";
<%= contents %>
/*
* Use SweetAlert with RequireJS
*/
if (typeof define === 'function' && define.amd) {
define(function () {
return sweetAlert;
});
} else if (typeof module !== 'undefined' && module.exports) {
module.exports = sweetAlert;
}
})(window, document);