summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/randomstring.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/randomstring.d.ts')
-rw-r--r--includes/external/matrix/node_modules/matrix-js-sdk/lib/randomstring.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/lib/randomstring.d.ts b/includes/external/matrix/node_modules/matrix-js-sdk/lib/randomstring.d.ts
new file mode 100644
index 0000000..18ed51d
--- /dev/null
+++ b/includes/external/matrix/node_modules/matrix-js-sdk/lib/randomstring.d.ts
@@ -0,0 +1,4 @@
+export declare function randomString(len: number): string;
+export declare function randomLowercaseString(len: number): string;
+export declare function randomUppercaseString(len: number): string;
+//# sourceMappingURL=randomstring.d.ts.map \ No newline at end of file