Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update internal.ts
Add `Sync` export
  • Loading branch information
pociej committed May 11, 2020
1 parent b2d6b06 commit b6c6e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/internal.ts
Expand Up @@ -9,6 +9,6 @@
import { InitializeGame } from '../src/core/initialize';
import { ProcessGameConfig } from '../src/core/game';
import { CreateGameReducer } from '../src/core/reducer';
import { Async } from '../src/server/db/base';
import { Async, Sync } from '../src/server/db/base';

export { Async, ProcessGameConfig, InitializeGame, CreateGameReducer };
export { Async, Sync, ProcessGameConfig, InitializeGame, CreateGameReducer };

0 comments on commit b6c6e14

Please sign in to comment.