mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Update Knockout.d.ts
add `objectForEach` and `setPrototypeOf` to `KnockoutUtils` interface
This commit is contained in:
Vendored
+4
@@ -338,6 +338,10 @@ interface KnockoutUtils {
|
||||
isIe6: boolean;
|
||||
|
||||
isIe7: boolean;
|
||||
|
||||
objectForEach(obj: any, action: Function): void;
|
||||
|
||||
setPrototypeOf(obj: any, proto: any): void;
|
||||
}
|
||||
|
||||
interface KnockoutArrayChange<T> {
|
||||
|
||||
Reference in New Issue
Block a user