export const isObject = o => typeof o === 'object';
export const isObject = o => typeof o === 'object';