mirror of https://gitee.com/zorlan/skycaiji
12 lines
235 B
PHP
12 lines
235 B
PHP
![]() |
(function(factory) {
|
||
|
if (typeof define === 'function' && define.amd) {
|
||
|
define(factory);
|
||
|
} else if (typeof exports !== 'undefined') {
|
||
|
module.exports = factory();
|
||
|
} else {
|
||
|
factory();
|
||
|
}
|
||
|
}(this, function() {
|
||
|
return void 0;
|
||
|
}));
|