UNPKG
what-to-play
Version:
latest (1.0.0)
1.0.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
0.0.0
Score aggregator for lists of games
github.com/Deskbot/What-to-Play
Deskbot/What-to-Play
what-to-play
/
build
/
gog.d.ts
7 lines
(6 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
GogResult
{
name
:
string
;
score
?:
number
;
url
:
string
; }
export
declare
function
getData
(
game
:
string
):
Promise
<
GogResult
|
undefined
>;