UNPKG

koobor-sdk

Version:
5 lines (4 loc) 138 B
import { Game } from "../gaming/Game"; export declare const EAT_THEM_ALL: Game; declare const games: Map<string, Game>; export { games };