UNPKG
@zeldafan0225/ai_horde
Version:
latest (6.0.1)
6.0.1
6.0.0
5.2.0
5.1.0
5.0.13
5.0.12
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.4.1
A package to interact with the ai horde API
github.com/ZeldaFan0225/ai_horde
ZeldaFan0225/ai_horde
@zeldafan0225/ai_horde
/
index.mjs
8 lines
(6 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
lib
from
"./index.js"
;
export
*
from
"./index.js"
;
// Provide everything as an object because there is a
// `module.exports = { ... }` statement at the end of
// the "./index.js"` file.
export
default
lib;