An open API service indexing awesome lists of open source software.

https://github.com/shahradelahi/fix-fetch


https://github.com/shahradelahi/fix-fetch

fetch nodejs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Fix Fetch

> Fix fetch availability

### Installation

```bash
npm install fix-fetch
```

### Usage

```typescript
import 'fix-fetch';

// Also for CommonJS
const { fetch } = require('fix-fetch');
```

### License

[MIT](LICENSE) © [Shahrad Elahi](https://github.com/shahradelahi)