UNPKG

oberknecht-utils

Version:
4 lines (3 loc) 121 B
export function messageEmoteSets(rawEmoteSets: string | any): Array<string> { return rawEmoteSets?.split(",") ?? []; }