How to check if current javascript/typescript object is of type of ObservableArray ?
I tried doing typeof myObject
but it returns me object.
I am using mobx store and one observable field of store has a array property which is resolved as ObservableArray.