@types/knockout
Advanced tools
Comparing version 3.4.64 to 3.4.65
@@ -980,3 +980,3 @@ // Type definitions for Knockout v3.4.0 | ||
interface ViewModelFactoryFunction { | ||
createViewModel: (params?: any, componentInfo?: ComponentInfo) => any; | ||
createViewModel: (params: any, componentInfo: ComponentInfo) => any; | ||
} | ||
@@ -983,0 +983,0 @@ |
{ | ||
"name": "@types/knockout", | ||
"version": "3.4.64", | ||
"version": "3.4.65", | ||
"description": "TypeScript definitions for Knockout", | ||
@@ -57,4 +57,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "6a7087624e7dda6d8f9c4e2a6e2a6ad58f6752b55a96449d4be51fc30382b5db", | ||
"typesPublisherContentHash": "0c268f8926a803116f02944ee727de2e766632c72288036f4a6adc22ee4a049c", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 26 Feb 2019 21:22:13 GMT | ||
* Last updated: Tue, 16 Apr 2019 21:34:52 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: ko |
47413