From a633aeda9bd781cd1df0da287e7871ed5a36a742 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Oct 2019 20:05:32 -0400 Subject: [PATCH] add functions index --- src/functions/index.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/functions/index.ts diff --git a/src/functions/index.ts b/src/functions/index.ts new file mode 100644 index 0000000..b4047fb --- /dev/null +++ b/src/functions/index.ts @@ -0,0 +1,2 @@ +export { default as checkLock } from './checkLock'; +export { default as dataConversion } from './dataConversion';