export const isNil = (value: any): boolean => { return !(value !== undefined && value !== null); };