export function isNotNaN(value?: any): value is boolean { return value === value }