Update index.d.ts; specify PRIVATE_KEY_LENGTH const export

This commit is contained in:
Michael Telatynski 2020-10-13 21:44:20 +00:00
parent c4d737c86c
commit 7768c3219f

View file

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