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
/
index.js
5 lines
(4 loc)
•
107 B
JavaScript
View Raw
1
2
3
4
5
import
*
as
BG
from
'./core/index.js'
;
export
{
BG
};
export
default
BG
;
export
*
from
'./utils/index.js'
;