
export const inArray = (array: any[], item: any): boolean => array.some(arrItem => arrItem === item)