export const notUndefined = (val: T | undefined): val is T => Boolean(val);