export function isNotUndefined(value: T): value is NonNullable { return value !== undefined; }