4 lines
127 B
TypeScript
4 lines
127 B
TypeScript
|
import { errorMapper } from "./modules/errorMapping";
|
||
|
export const loop = errorMapper(() => {
|
||
|
console.log("Game Start");
|
||
|
})
|