Skip to content

Commit

Permalink
Merge pull request #1786 from geneoes/minor-types-observablearray
Browse files Browse the repository at this point in the history
Minor types added
  • Loading branch information
mweststrate authored Nov 5, 2018
2 parents bffa33b + 2db3d4d commit 04dc620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/observablearray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ export interface IObservableArray<T = any> extends Array<T> {
clear(): T[]
replace(newItems: T[]): T[]
remove(value: T): boolean
toJS(): T[]
toJSON(): T[]
}

// In 3.0, change to IArrayDidChange
Expand Down

0 comments on commit 04dc620

Please sign in to comment.