mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
Fixes for missing parts of the definition based on the CI test on DefinitelyTyped
This commit is contained in:
2
commangular/commangular.d.ts
vendored
2
commangular/commangular.d.ts
vendored
@@ -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