1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
David Baker
2025-01-21 13:29:44 +00:00
committed by GitHub
parent f13967aaec
commit 8bffa39eb9

View File

@@ -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";