UNPKG

altheia-async-data-validator

Version:

A very simple, fast and customizable async data validator

8 lines (7 loc) 221 B
import { Altheia } from './altheia'; export * from './types/instance'; export * from './types/lang'; export * from './types/tests'; export * from './types/validator'; export * from './validators'; export default Altheia;