mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
10 lines
279 B
TypeScript
10 lines
279 B
TypeScript
import type { ScrapeMedia, Stream } from "@movie-web/providers";
|
|
import { getBuiltinSources } from "@movie-web/providers";
|
|
|
|
export const name = "provider-utils";
|
|
export * from "./video";
|
|
export * from "./util";
|
|
|
|
export type { Stream, ScrapeMedia };
|
|
export { getBuiltinSources };
|