response = {
const a = owoify('oh dear god please help me, save me from this hell that is owo');
const b = owoify('oh dear god please help me, save me from this hell that is uwu', 'uwu');
const c = owoify('oh dear god please help me, save me from this hell that is uvu', 'uvu');
yield {a,b,c}
}