export const arrayContains = (val: any[], args) => val.find( item => item === args );