aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/index.ts8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index 809eab1..6b2c7ae 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1 +1,7 @@
-export const foo = () => 'foo'
+import parseScheduleHtml from './parseScheduleHtml'
+import getScheduleHtml from './getScheduleHtml'
+
+export {
+ parseScheduleHtml,
+ getScheduleHtml,
+}