Merge branch 'patch-1' into 'master'

Update index.d.ts; specify PRIVATE_KEY_LENGTH const export

See merge request matrix-org/olm!15
sas-base64-fix
Hubert Chathi 2020-10-14 01:43:31 +00:00
commit c5ab3ecbf2
1 changed files with 2 additions and 0 deletions

View File

@ -125,3 +125,5 @@ declare class SAS {
export function init(opts?: object): Promise<void>;
export function get_library_version(): [number, number, number];
export const PRIVATE_KEY_LENGTH: number;