Update index.ts

This commit is contained in:
German Arutyunov 2021-05-13 01:39:57 +03:00 committed by GitHub
parent bccc0c9146
commit e27a801fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
export * from './getCertificate';
export * from './getUserCertificates';
export * from './getAllUserCertificates';
export * from './getSystemInfo';
export * from './isValidSystemSetup';
export * from './createSignature';