mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 17:19:29 +08:00
5 lines
150 B
Text
5 lines
150 B
Text
module.exports = function () {
|
|
for (var i = 0; i < arguments.length; i++) {
|
|
if (arguments[i] !== undefined) return arguments[i];
|
|
}
|
|
};
|