Skip to content

Commit

Permalink
added minor types on observablearray
Browse files Browse the repository at this point in the history
  • Loading branch information
geneoes committed Oct 23, 2018
1 parent 524bf2c commit 2db3d4d
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 2db3d4d

Please sign in to comment.