UNPKG

psn-wrapper

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