import validator from "../index.js";
export type AlphaLocale = validator.AlphaLocale;
export default validator.isAlpha;
