mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 14:53:24 +00:00
9 lines
206 B
TypeScript
9 lines
206 B
TypeScript
import { makeProviders, makeStandardFetcher, targets } from '../../lib/index.js';
|
|
|
|
(window as any).TEST = () => {
|
|
makeProviders({
|
|
fetcher: makeStandardFetcher(fetch),
|
|
target: targets.ANY,
|
|
});
|
|
}
|