summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/randomstring.d.ts
blob: 18ed51d253d9e19c760234fd740439b8eaaa665d (plain)
1
2
3
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