Files
DefinitelyTyped/types/angular-desktop-notification
Lucas Sloan 8dfa12287e Make the IControllerService typings more specific.
Tighten the IControllerService typings by replacing the generic Function type with the more specific (...args: any[]) => T, which specifies a function which returns a generic type matching the controller required.
2018-06-07 13:23:10 -07:00
..