ravens-engine / core

A Javascript library for building multiplayer turn-based games
https://ravens.dev/
15 stars 2 forks source link

Expose `GameStatus` in `index.ts`. #21

Closed mrhappyasthma closed 3 years ago

mrhappyasthma commented 3 years ago

I'm unable to import GameStatus from the @ravens-engine/core/lib/core/index.js.

I am able to do:

import { GameStatus } from "@ravens-engine/core/lib/core/GameStatus.js";

However it seems like it would be convenient to expose it from this umbrella import index.ts.