@types/knockout
Advanced tools
Comparing version 3.4.48 to 3.4.49
@@ -446,4 +446,4 @@ // Type definitions for Knockout v3.4.0 | ||
toJSON(viewModel: any, replacer?: Function, space?: any): string; | ||
toJS<T>(viewModel: KnockoutObservableArray<T>|T[]): T[]; | ||
toJS<T>(viewModel: KnockoutObservableType<T>|T): T; | ||
toJS<T>(viewModel: KnockoutObservableArray<T>|KnockoutObservableType<T>[]|KnockoutObservableArray<KnockoutObservableType<T>>|T[]): T[]; | ||
toJS<T>(viewModel: KnockoutObservable<T>|KnockoutObservableType<T>|KnockoutObservable<KnockoutObservableType<T>>|T): T; | ||
isObservable<T>(instance: KnockoutObservable<T>|T): instance is KnockoutObservable<T>; | ||
@@ -450,0 +450,0 @@ isWriteableObservable<T>(instance: KnockoutObservable<T>|T): instance is KnockoutObservable<T>; |
{ | ||
"name": "@types/knockout", | ||
"version": "3.4.48", | ||
"version": "3.4.49", | ||
"description": "TypeScript definitions for Knockout", | ||
@@ -45,4 +45,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "456cd968aafa420655a9678fd3e848d3a86efc85ee61ea23bda8d28db8a91de6", | ||
"typesPublisherContentHash": "f39d4391467a462760803ba502965d5cfd9fb7e31d08c079dc794131ead9a3e7", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT | ||
* Last updated: Thu, 18 Jan 2018 23:56:37 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: ko |
29124