UNPKG

psn-wrapper

Version:
4 lines (3 loc) 188 B
import { baseOptions } from '../domain/baseInterfaces'; declare const topGames: (options: baseOptions) => Promise<import("../domain/topGamesInterfaces").baseInfo[]>; export { topGames, };