Skip to content
Snippets Groups Projects
Commit 7768c321 authored by Michael Telatynski's avatar Michael Telatynski
Browse files

Update index.d.ts; specify PRIVATE_KEY_LENGTH const export

parent c4d737c8
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment