UNPKG
p2p-media-loader-core
Version:
alpha (2.3.0-alpha.3)
latest (3.0.1)
3.0.1
3.0.0
2.3.2
2.3.1
2.3.0
2.3.0-alpha.3
2.3.0-alpha.2
2.3.0-alpha.1
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.1
1.0.0-beta.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
P2P Media Loader core functionality
github.com/Novage/p2p-media-loader
Novage/p2p-media-loader
p2p-media-loader-core
/
src
/
index.ts
9 lines
(8 loc)
•
256 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
{
Core
}
from
"./core.js"
;
export
*
from
"./types.js"
;
export
type
{
SegmentStorage
}
from
"./segment-storage/index.js"
;
export
{ generateStreamShortId,
type
GenerateStreamShortIdProps
, }
from
"./utils/stream.js"
;
export
{ debug }
from
"debug"
;