fix: export getNetworkModuleStatus
This commit is contained in:
parent
e6ee874107
commit
624511a041
|
@ -18,4 +18,10 @@ export {
|
||||||
concatBytes,
|
concatBytes,
|
||||||
utf8ToBytes,
|
utf8ToBytes,
|
||||||
} from "@lumeweb/libweb";
|
} from "@lumeweb/libweb";
|
||||||
export { callModule, connectModule, log, logErr } from "./api.js";
|
export {
|
||||||
|
callModule,
|
||||||
|
connectModule,
|
||||||
|
log,
|
||||||
|
logErr,
|
||||||
|
getNetworkModuleStatus,
|
||||||
|
} from "./api.js";
|
||||||
|
|
Loading…
Reference in New Issue