export const truthyFilter = (x: T | null | undefined): x is T => Boolean(x);