aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/form-validators/index.ts
blob: 0b605719c1d4e9c85494aa0a98c708936a470b64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export * from './form-validator.model'

// Don't re export const variables because webpack cannot do tree shaking with them
// export * from './abuse-validators'
// export * from './batch-domains-validators'
// export * from './custom-config-validators'
// export * from './instance-validators'
// export * from './login-validators'
// export * from './reset-password-validators'
// export * from './user-validators'
// export * from './video-block-validators'
// export * from './video-captions-validators'
// export * from './video-channel-validators'
// export * from './video-comment-validators'
// export * from './video-playlist-validators'
// export * from './video-validators'