mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Return type fix
This commit is contained in:
Vendored
+2
-2
@@ -4,6 +4,6 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module "email-addresses" {
|
||||
function parseOneAddress(opts: any): Object;
|
||||
function parseAddressList(opts: any): Object;
|
||||
function parseOneAddress(opts: any): any;
|
||||
function parseAddressList(opts: any): any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user