mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' of github.com:johngrimsey/DefinitelyTyped
This commit is contained in:
Vendored
+2
-2
@@ -4,6 +4,6 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module "email-addresses" {
|
||||
export function parseOneAddress(opts: any): Object;
|
||||
export function parseAddressList(opts: any): Object;
|
||||
function parseOneAddress(opts: any): Object;
|
||||
function parseAddressList(opts: any): Object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user