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
/
facilities.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
import
{
Page
}
from
'puppeteer'
;
import
{
FacilitiesList
}
from
'../types'
;
export
declare
const
loadFacilities
:
(
page
:
Page
) =>
Promise
<
FacilitiesList
>;