diff --git a/src/index.ts b/src/index.ts index ec870d7..31b065b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -26,9 +26,6 @@ export { } from "@noble/curves/abstract/utils"; export * from "./err.js"; export * from "./errTracker.js"; -export * from "./objAsString.js"; -export * from "./parse.js"; -export * from "./stringifyJSON.js"; export * from "./types.js"; export * from "./cid.js"; export * from "./encoding.js";