Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Add export needed for MySky
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnski committed Jan 11, 2022
1 parent 03ba7d1 commit 9d6b881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export {
} from "./mysky/encrypted_files";
export { deriveDiscoverableFileTweak } from "./mysky/tweak";
export { ExecuteRequestError } from "./request";
export { DELETION_ENTRY_DATA } from "./skydb";
export { DELETION_ENTRY_DATA, getOrCreateSkyDBRegistryEntry } from "./skydb";
export { convertSkylinkToBase32, convertSkylinkToBase64 } from "./skylink/format";
export { parseSkylink } from "./skylink/parse";
export { isSkylinkV1, isSkylinkV2 } from "./skylink/sia";
Expand Down

0 comments on commit 9d6b881

Please sign in to comment.