mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
Unwrap all lone ambient external modules
This commit is contained in:
5
email-validator/email-validator.d.ts
vendored
5
email-validator/email-validator.d.ts
vendored
@@ -3,6 +3,5 @@
|
||||
// Definitions by: Paul Lessing <https://github.com/paullessing>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare module "email-validator" {
|
||||
export function validate(email: String): boolean;
|
||||
}
|
||||
|
||||
declare export function validate(email: String): boolean;
|
||||
|
||||
Reference in New Issue
Block a user