Merge branch 'master' of github.com:johngrimsey/DefinitelyTyped

This commit is contained in:
John Grimsey
2015-12-14 17:45:31 +00:00
+2 -2
View File
@@ -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;
}