mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #794 from jfoliveira/master
Added getSubscriptionsCount function to KnockoutComputedFunctions
This commit is contained in:
Vendored
+1
@@ -15,6 +15,7 @@ interface KnockoutSubscribableFunctions {
|
||||
|
||||
interface KnockoutComputedFunctions extends KnockoutSubscribableFunctions {
|
||||
getDependenciesCount(): number;
|
||||
getSubscriptionsCount(): number;
|
||||
hasWriteFunction(): boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user