ps2.live-old/app/utils/classes.ts

1 line
72 B
TypeScript

export const c = (...args: any[]) => args.filter((x) => !!x).join(" ");