mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-15 15:36:19 +00:00
8 lines
207 B
TypeScript
8 lines
207 B
TypeScript
import { makeProviders, makeStandardFetcher, targets } from '../../lib/index.mjs';
|
|
|
|
(window as any).TEST = () => {
|
|
makeProviders({
|
|
fetcher: makeStandardFetcher(fetch),
|
|
target: targets.ANY,
|
|
});
|
|
}
|