@types/knockout
Advanced tools
Comparing version
@@ -317,2 +317,3 @@ // Type definitions for Knockout v3.4.0 | ||
unwrapObservable<T>(value: KnockoutObservable<T> | T): T; | ||
unwrapObservable<T>(value: KnockoutObservableArray<T> | T[]): T[]; | ||
@@ -458,2 +459,3 @@ // NOT PART OF THE MINIFIED API SURFACE (ONLY IN knockout-{version}.debug.js) https://github.com/SteveSanderson/knockout/issues/670 | ||
unwrap<T>(value: KnockoutObservable<T> | T): T; | ||
unwrap<T>(value: KnockoutObservableArray<T> | T[]): T[]; | ||
@@ -460,0 +462,0 @@ computedContext: KnockoutComputedContext; |
{ | ||
"name": "@types/knockout", | ||
"version": "3.4.49", | ||
"version": "3.4.50", | ||
"description": "TypeScript definitions for Knockout", | ||
@@ -45,4 +45,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f39d4391467a462760803ba502965d5cfd9fb7e31d08c079dc794131ead9a3e7", | ||
"typesPublisherContentHash": "88136fc3813d5091f46e70e27f1879a3226384f8d28a5a4a37b91b6e7aef56e2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 18 Jan 2018 23:56:37 GMT | ||
* Last updated: Wed, 07 Feb 2018 23:34:51 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: ko |
29256
0.45%528
0.38%