Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 14, 2021
1 parent ed26f87 commit fb02fa9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phet-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ declare var phet: any;
declare type NodeOptions = {};

class ObservableArray<T> extends Array<T> {
count( predicate: ( t: T ) => boolean ):number {
removeAll( elements: T[] ) {
}

count( predicate: ( t: T ) => boolean ): number {
}

addItemRemovedListener( listener: ( item: T ) => void ) {
Expand Down

0 comments on commit fb02fa9

Please sign in to comment.