fix: export types since we are no longer storing them in libweb
This commit is contained in:
parent
da61dda507
commit
4abc3ed9c4
13
src/index.ts
13
src/index.ts
|
@ -1,16 +1,4 @@
|
||||||
export {
|
export {
|
||||||
DataFn,
|
|
||||||
Err,
|
|
||||||
ErrTuple,
|
|
||||||
addContextToErr,
|
|
||||||
objAsString,
|
|
||||||
bufToHex,
|
|
||||||
hexToBuf,
|
|
||||||
b64ToBuf,
|
|
||||||
bufToB64,
|
|
||||||
bufToStr,
|
|
||||||
decodeU64,
|
|
||||||
encodeU64,
|
|
||||||
ed25519,
|
ed25519,
|
||||||
sha512,
|
sha512,
|
||||||
ensureBytes,
|
ensureBytes,
|
||||||
|
@ -26,3 +14,4 @@ export {
|
||||||
getNetworkModuleStatus,
|
getNetworkModuleStatus,
|
||||||
} from "./api.js";
|
} from "./api.js";
|
||||||
export * from "./util.js";
|
export * from "./util.js";
|
||||||
|
export * from "./types.js";
|
||||||
|
|
Loading…
Reference in New Issue