4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
export type Game = "bst"
|
|
export const game: Game = "bst"
|
|
export const version: string = "0.1.0"
|