export const isPressed: (str: string) => boolean = (str: string) => str.includes('pressed');
