2
0
This commit is contained in:
Cedric Hoelzl 2019-10-21 14:39:45 +02:00
parent 5ead6658fc
commit bcb5a955ad

View File

@ -112,6 +112,10 @@ function gen_kb(bot, parr,lang){
return kb; return kb;
} }
let bot ={
mkcb(x,y,z)=>{return y+"_"+z};
}
console.log(gen_kb(bot,["atrium","basic"],0))
module.exports = function(arr){ module.exports = function(arr){
this.arr = arr; this.arr = arr;