diff options
| author | wabilin <[email protected]> | 2020-08-01 14:50:21 +0900 |
|---|---|---|
| committer | wabilin <[email protected]> | 2020-08-01 14:50:21 +0900 |
| commit | f8aa2021565b876cc0162d11f0aa596ec12fa309 (patch) | |
| tree | 2c8f6b4034fe2d601a852481f5d4143e77d453eb /src/index.ts | |
| parent | v0.2.3 (diff) | |
| download | holo-schedule-f8aa2021565b876cc0162d11f0aa596ec12fa309.tar.xz holo-schedule-f8aa2021565b876cc0162d11f0aa596ec12fa309.zip | |
export types
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index c7a52f4..f0e7a5f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ -import parseScheduleHtml from './parseScheduleHtml' +import parseScheduleHtml, { LiveInfo, StreamerImageDict } from './parseScheduleHtml' +export { LiveInfo, StreamerImageDict } export default parseScheduleHtml |