/** * @module indicative */ import * as validator from './validator'; import * as sanitizer from './sanitizer'; export { validator, sanitizer };