mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-07 09:40:19 +00:00
Fixes for missing parts of the definition based on the CI test on DefinitelyTyped
This commit is contained in:
Vendored
+1
-1
@@ -73,7 +73,7 @@ declare module commangular {
|
||||
/**
|
||||
* TBD
|
||||
*/
|
||||
resolver( commandName: string, resolverFunction ) : void;
|
||||
resolver( commandName: string, resolverFunction : Function ) : void;
|
||||
|
||||
/**
|
||||
* Clears all commands and aspects registered with commangular.
|
||||
|
||||
Reference in New Issue
Block a user