SteveSanderson / knockout-es5

Knockout.js meets ECMAScript 5 properties
158 stars 39 forks source link

getObservableArray support? #44

Open grofit opened 8 years ago

grofit commented 8 years ago

I know there is a getObservable method, however is there a way to get an observable Array?

I am using typescript and the descriptor file implies that getObservable returns KnockoutObservable<any> so I am not sure if I could just cast it and get away or if another method is needed.