Include functions in export

merge-requests/4/head
Bsian 2020-01-03 15:57:18 +00:00
parent 7a38e68048
commit cf23a073ea
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export { default as checkLock } from './checkLock';
export { default as checkLock, clear as clearLock } from './checkLock';
export { default as dataConversion } from './dataConversion';
export { default as checkSS } from './checkSS';
export { default as checkSS, clear as clearSS } from './checkSS';
export { default as parseCertificate, Certificate } from './parseCertificate';