diff options
| author | wabilin <[email protected]> | 2020-07-31 22:57:26 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-07-31 22:57:26 +0900 |
| commit | c34b133aaef48e6e392f41472587d0f6cfdd3025 (patch) | |
| tree | 84aa8f6265e5e11d33930bcc6e2152f522b87e47 /src | |
| parent | update package.json (diff) | |
| download | holo-schedule-c34b133aaef48e6e392f41472587d0f6cfdd3025.tar.xz holo-schedule-c34b133aaef48e6e392f41472587d0f6cfdd3025.zip | |
update index
Diffstat (limited to 'src')
| -rw-r--r-- | src/index.ts | 8 |
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, +} |