export function isObject(value: any): value is T { return value && typeof value == `object` }