Include functions in export
parent
7a38e68048
commit
cf23a073ea
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue