mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added ko.unwrap shortcut
Detailed in release notes for 2.3.0 https://github.com/knockout/knockout/releases/tag/v2.3.0 There is a shortcut for ko.utils.unwrapObservable, now a much nicer cleaner ko.unwrap
This commit is contained in:
Vendored
+1
@@ -402,6 +402,7 @@ interface KnockoutStatic {
|
||||
cleanNode(node: Element);
|
||||
renderTemplate(template: Function, viewModel: any, options?: any, target?: any, renderMode?: any);
|
||||
renderTemplate(template: string, viewModel: any, options?: any, target?: any, renderMode?: any);
|
||||
unwrap(value: any): any;
|
||||
|
||||
//////////////////////////////////
|
||||
// templateSources.js
|
||||
|
||||
Reference in New Issue
Block a user