1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Upgrade common server dependencies

This commit is contained in:
Chocobozzz 2017-08-25 18:36:49 +02:00
parent d15ab38a90
commit 556ddc3192
21 changed files with 505 additions and 564 deletions

View file

@ -13,11 +13,9 @@ export {
isArray
}
declare global {
namespace ExpressValidator {
export interface Validator {
exists,
isArray
}
declare module 'express-validator' {
export interface Validator {
exists,
isArray
}
}