UNPKG

psn-wrapper

Version:
5 lines (4 loc) 195 B
import { gameById } from './services/gameById'; import { gameByTitle } from './services/gameByTitle'; import { topGames } from './services/topGames'; export { topGames, gameByTitle, gameById, };