Skip to content

Commit

Permalink
Export FeatureSet/FeatureFlag
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Mar 20, 2023
1 parent ac7de5f commit 4b8db13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type {ILogItem} from "./logging/types";
export {IDBLogPersister} from "./logging/IDBLogPersister";
export {ConsoleReporter} from "./logging/ConsoleReporter";
export {Platform} from "./platform/web/Platform.js";
export {FeatureSet, FeatureFlag} from "./features.js";
export {Client, LoadStatus, LoginFailure} from "./matrix/Client.js";
export {RoomStatus} from "./matrix/room/common";
export {AttachmentUpload} from "./matrix/room/AttachmentUpload";
Expand Down

0 comments on commit 4b8db13

Please sign in to comment.