mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Remove ambient semicolon
This commit is contained in:
parent
4e00b9e8dc
commit
396e37eb8b
2
express-validator/express-validator.d.ts
vendored
2
express-validator/express-validator.d.ts
vendored
@ -33,7 +33,7 @@ declare namespace ExpressValidator {
|
||||
}
|
||||
|
||||
interface ValidatorFunction { (item: string | {}, message?: string): Validator; }
|
||||
interface ValidatorExtraFunction extends ValidatorFunction { (matchIndex: number, message?: string): Validator; };
|
||||
interface ValidatorExtraFunction extends ValidatorFunction { (matchIndex: number, message?: string): Validator; }
|
||||
interface SanitizerFunction { (item: string): Sanitizer; }
|
||||
interface Dictionary<T> { [key: string]: T; }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user