mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Added missing util method "isComputed"
This commit is contained in:
1
knockout/knockout-2.2.d.ts
vendored
1
knockout/knockout-2.2.d.ts
vendored
@@ -289,6 +289,7 @@ interface KnockoutStatic {
|
||||
toJSON(viewModel: any, replacer?: Function, space?: any): string;
|
||||
toJS(viewModel: any): any;
|
||||
isObservable(instance: any): bool;
|
||||
isComputed(instance: any): bool;
|
||||
dataFor(node: any): any;
|
||||
removeNode(node: Element);
|
||||
cleanNode(node: Element);
|
||||
|
||||
Reference in New Issue
Block a user