Skip to content

Commit f67ff35

Browse files
Acconutrobwalch
authored andcommitted
Export M3U8Parser
1 parent 4dcb0fb commit f67ff35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/exports-named.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import ErrorController from './controller/error-controller';
1212
import FPSController from './controller/fps-controller';
1313
import SubtitleTrackController from './controller/subtitle-track-controller';
1414
import Hls from './hls';
15+
import M3U8Parser from './loader/m3u8-parser';
1516
import Cues from './utils/cues';
1617
import FetchLoader from './utils/fetch-loader';
1718
import XhrLoader from './utils/xhr-loader';
@@ -36,6 +37,7 @@ export {
3637
XhrLoader,
3738
FetchLoader,
3839
Cues,
40+
M3U8Parser,
3941
};
4042

4143
export { Events } from './events';

0 commit comments

Comments
 (0)