mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-17 15:15:02 +00:00
Merge branch 'ZeppelinBot:master' into master
This commit is contained in:
commit
e94e4dba68
1 changed files with 1 additions and 0 deletions
|
@ -353,6 +353,7 @@ const baseValues = {
|
|||
return [...args].join("");
|
||||
},
|
||||
concatArr(arr, separator = "") {
|
||||
if (!Array.isArray(arr)) return "";
|
||||
return arr.join(separator);
|
||||
},
|
||||
eq(...args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue