TypeScript 97.6%
SQL 1.4%
JavaScript 0.5%
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