UNPKG
bgutils-js
Version:
latest (3.2.0)
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.2.0
2.1.0
2.0.1
2.0.0
1.1.0
1.0.1
1.0.0
A JavaScript library for interfacing with Botguard.
github.com/LuanRT/BgUtils
LuanRT/BgUtils
bgutils-js
/
dist
/
core
/
index.d.ts
5 lines
(4 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
export
*
as
Challenge
from
'./challengeFetcher.js'
;
export
*
as
PoToken
from
'./webPoClient.js'
;
export
{
default
as
WebPoMinter
}
from
'./webPoMinter.js'
;
export
{
default
as
BotGuardClient
}
from
'./botGuardClient.js'
;