1 2
export const cls = (...classes: Array<string | false | null | undefined>) => classes.filter(c => c).join(' ');