Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
7768c321
Commit
7768c321
authored
Oct 13, 2020
by
Michael Telatynski
Browse files
Update index.d.ts; specify PRIVATE_KEY_LENGTH const export
parent
c4d737c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/index.d.ts
View file @
7768c321
...
...
@@ -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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment