5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
import * as game from './index.mjs';
|
|
|
|
export function startGame() {
|
|
console.log('started');
|
|
}
|