export const isObject = (val: any) => { return typeof val == 'object'; };