UNPKG
aipg_horde
Version:
latest (5.2.0)
5.2.0
A package to interact with the ai horde API
github.com/AIPowergrid/aipg_horde
AIPowergrid/aipg_horde
aipg_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;