import { errorMapper } from "./modules/errorMapping"; export const loop = errorMapper(() => { console.log("Game Start"); })