mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-23 11:07:44 +00:00
20 lines
383 B
TypeScript
20 lines
383 B
TypeScript
export { ADDON_EVENTS, addonEmitter } from './stremio/events';
|
|
export {
|
|
StremioService,
|
|
default,
|
|
stremioService,
|
|
} from './stremio/StremioService';
|
|
export type {
|
|
AddonCapabilities,
|
|
AddonCatalogItem,
|
|
CatalogExtra,
|
|
Manifest,
|
|
Meta,
|
|
MetaDetails,
|
|
MetaLink,
|
|
SourceObject,
|
|
Stream,
|
|
StreamResponse,
|
|
Subtitle,
|
|
SubtitleResponse,
|
|
} from './stremio/StremioService';
|