mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-15 09:37:52 +08:00
Add return types to all functions
This commit is contained in:
4
node-radius/radius.d.ts
vendored
4
node-radius/radius.d.ts
vendored
@@ -36,9 +36,9 @@ declare module "radius" {
|
||||
*
|
||||
* @param path Can be either a path to a file or a directory.
|
||||
**/
|
||||
export function add_dictionary(path:string);
|
||||
export function add_dictionary(path:string): void;
|
||||
|
||||
export function unload_dictionaries();
|
||||
export function unload_dictionaries(): void;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user