serp-chat / src /util.js
matt HOFFNER
genai logo
c0c5f59
raw
history blame
91 Bytes
export const logo = (array = [1, 2, 3]) => array[Math.floor(Math.random() * array.length)];