mcgrizz/util/filters.ts
2023-10-04 04:09:01 -06:00

1 line
47 B
TypeScript

export const filterTruthy = (a: unknown) => !!a