This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
public
/
node-hls-tools
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
don't export non-existing m3u8 code
Gil Pedersen
12 lat temu
rodzic
072eebc2f5
commit
32935a132c
1 zmienionych plików
z
0 dodań
i
1 usunięć
Widok podzielony
Pokaż statystyki zmian
0
1
index.js
+ 0
- 1
index.js
Wyświetl plik
@@ -1,4 +1,3 @@
module.exports = {
- m3u8: require('./lib/m3u8'),
reader: require('./lib/reader')
};