https://github.com/shahradelahi/fix-fetch
https://github.com/shahradelahi/fix-fetch
fetch nodejs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahradelahi/fix-fetch
- Owner: shahradelahi
- License: mit
- Created: 2024-04-06T18:29:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-07T15:39:11.000Z (over 2 years ago)
- Last Synced: 2024-11-17T10:03:01.930Z (over 1 year ago)
- Topics: fetch, nodejs
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/fix-fetch
- Size: 29.3 KB
- Stars: 38
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)