export const defined = (x: any) => x !== undefined && x != null && !Number.isNaN(x);