mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
observe-js: Fix type of ArrayObserver_instance (#17056)
This commit is contained in:
Vendored
+1
-1
@@ -102,7 +102,7 @@ declare namespace observejs {
|
||||
}
|
||||
|
||||
interface ArrayObserver_instance extends Observable {
|
||||
open(onChange:(splices:Array<splice>)=>any):void
|
||||
open(onChange: (splices: Array<splice>, oldSplices: Array<splice>) => any): void
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user