export const exists = (parameter?: string) => parameter || '';
export const existsValue = (parameter?: string) => parameter || '0';
