File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -185,12 +185,13 @@ client.startClient();
185
185
186
186
As well as the primary entry point (` matrix-js-sdk ` ), there are several other entry points which may be useful:
187
187
188
- | Entry point | Description |
189
- | ------------------------------ | --------------------------------------------------------------------------------------------------- |
188
+ | Entry point | Description |
189
+ | ------------------------------ | ---------------------------------------------------------------------------------------------------|
190
190
| ` matrix-js-sdk ` | Primary entry point. High-level functionality, and lots of historical clutter in need of a cleanup. |
191
- | ` matrix-js-sdk/lib/crypto-api ` | Cryptography functionality. |
192
- | ` matrix-js-sdk/lib/types ` | Low-level types, reflecting data structures defined in the Matrix spec. |
193
- | ` matrix-js-sdk/lib/testing ` | Test utilities, which may be useful in test code but should not be used in production code. |
191
+ | ` matrix-js-sdk/lib/crypto-api ` | Cryptography functionality. |
192
+ | ` matrix-js-sdk/lib/types ` | Low-level types, reflecting data structures defined in the Matrix spec. |
193
+ | ` matrix-js-sdk/lib/testing ` | Test utilities, which may be useful in test code but should not be used in production code.
194
+ | ` matrix-js-sdk/lib/utils ` | Standalone functions and their types |
194
195
195
196
## Examples
196
197
You can’t perform that action at this time.
0 commit comments