SPB Git forge

spb/spinza

Public
8commits 1branches 0releases
1.6 MBsize
maindefault branch
16 days agolast push
TypeScript 97.6% SQL 1.4% JavaScript 0.5%
414 B · 9 lines typescript
Raw Blame History
1/**2 * Browser-safe view of the game library: presentation + symbols only.3 * Weights and pays are included because they are public "Game Info" data;4 * the RNG and engine never ship to the client.5 */6export { GAMES, GAMES_BY_SLUG, getGame, FEATURED_ORDER, FIRST_GAME_RECOMMENDATIONS } from "./index";7export { CRASH_GAMES, CRASH_BY_SLUG } from "./crash";8export { ARCADE_GAMES, ARCADE_BY_SLUG } from "./arcade";9