UNPKG

psn-wrapper

Version:
6 lines (5 loc) 339 B
import { baseInfo } from '../../domain/topGamesInterfaces'; declare const normalizeTitle: (title: string) => string; declare const validateId: (gameId: string) => boolean; declare const processMultipleResultGameInfo: (results: any, maxResults?: number) => baseInfo[]; export { normalizeTitle, processMultipleResultGameInfo, validateId, };