export const isObject = anyVar => typeof anyVar == 'object' && anyVar instanceof Object && !(anyVar instanceof Array)