1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Export base64 utils

We use these from react-sdk (from crypto, when they were there,
but I just moved them and inadvertantly broke react-sdk).
This commit is contained in:
David Baker
2023-10-20 17:47:57 +01:00
parent 7a52dba86c
commit b3a2b8b8c4

View File

@@ -29,6 +29,7 @@ export * from "./http-api";
export * from "./autodiscovery"; export * from "./autodiscovery";
export * from "./sync-accumulator"; export * from "./sync-accumulator";
export * from "./errors"; export * from "./errors";
export * from "./base64";
export * from "./models/beacon"; export * from "./models/beacon";
export * from "./models/event"; export * from "./models/event";
export * from "./models/room"; export * from "./models/room";