export const isAccent: (str: string) => boolean = (str: string) => str.includes('accent');
