add functions index

merge-requests/1/merge
Matthew 2019-10-27 20:05:32 -04:00
parent 80d64295ee
commit a633aeda9b
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 2 additions and 0 deletions

2
src/functions/index.ts Normal file
View File

@ -0,0 +1,2 @@
export { default as checkLock } from './checkLock';
export { default as dataConversion } from './dataConversion';