UNPKG
ogame-bot-api
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.0
Api to create a bot for ogame
github.com/noeRls/ogame-bot-api
noeRls/ogame-bot-api
ogame-bot-api
/
build
/
Api
/
game
/
parsing
/
research.d.ts
4 lines
(3 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
import
{
Page
}
from
'puppeteer'
;
import
{
ResearchList
}
from
'../types'
;
export
declare
const
loadResearch
:
(
page
:
Page
) =>
Promise
<
ResearchList
>;