Jerko Steiner 8c732ba91e Install eslint and fix errors
- argparse
- scripts
- tasq
- validator
2019-09-15 15:57:22 +07:00

7 lines
162 B
TypeScript

export * from './ValidationMessage'
export * from './ValidationError'
export * from './Validator'
import {Validator} from './Validator'
export default Validator