import validator from "../index.js";
export type AlphanumericLocale = validator.AlphanumericLocale;
export default validator.isAlphanumeric;
