You've already forked matrix-js-sdk
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:
@@ -29,6 +29,7 @@ export * from "./http-api";
|
||||
export * from "./autodiscovery";
|
||||
export * from "./sync-accumulator";
|
||||
export * from "./errors";
|
||||
export * from "./base64";
|
||||
export * from "./models/beacon";
|
||||
export * from "./models/event";
|
||||
export * from "./models/room";
|
||||
|
||||
Reference in New Issue
Block a user