You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-06 12:02:40 +03:00
Add link
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,7 @@ limitations under the License.
|
||||
import { encodeUnpaddedBase64Url } from "./base64.ts";
|
||||
|
||||
/**
|
||||
* String representing the lowercase latin alphabet for use in secureRandomStringFrom
|
||||
* String representing the lowercase latin alphabet for use in {@link secureRandomStringFrom}
|
||||
* (can be combined with other such exports or other characters by appending strings)
|
||||
*/
|
||||
export const LOWERCASE = "abcdefghijklmnopqrstuvwxyz";
|
||||
|
Reference in New Issue
Block a user