Re-exports
export { ZipCodeValidator as RegExpBasedZipCodeValidator } from "./ZipCodeValidato
export * from "./StringValidator";
Optionally, a module can wrap one or more modules
and combine all their exports using
export * from "module_name"
syntax.