polkadot-js/common

View on GitHub
packages/x-fetch/src/shim.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/x-fetch authors & contributors
// SPDX-License-Identifier: Apache-2.0

import { fetch } from '@polkadot/x-fetch';
import { exposeGlobal } from '@polkadot/x-global';

exposeGlobal('fetch', fetch);