1 line
47 B
TypeScript
1 line
47 B
TypeScript
export const filterTruthy = (a: unknown) => !!a |
export const filterTruthy = (a: unknown) => !!a |