import numerical from "./numeric"; export default function isAlphabetical(text: any) { return !numerical(text); }