mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 12:16:38 +08:00
Remove ambient semicolon
This commit is contained in:
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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user