https://github.com/erfanium/fetch-typebox
drop-in replacement for fetch that brings easy integration with TypeBox
https://github.com/erfanium/fetch-typebox
fetch nodejs typebox typescript
Last synced: 12 months ago
JSON representation
drop-in replacement for fetch that brings easy integration with TypeBox
- Host: GitHub
- URL: https://github.com/erfanium/fetch-typebox
- Owner: erfanium
- License: other
- Created: 2023-04-28T07:17:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T11:48:23.000Z (about 2 years ago)
- Last Synced: 2025-05-05T23:12:26.469Z (about 1 year ago)
- Topics: fetch, nodejs, typebox, typescript
- Language: TypeScript
- Homepage:
- Size: 86.9 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
Fetch TypeBox
Type and Validate fetch responses using TypeBox
`@erfanium/fetch-typebox` is a drop-in replacement for fetch that brings easy integration with [TypeBox](https://github.com/sinclairzx81/typebox)

## Install
You only need an environment with fetch support (natively or via polyfill)
```
npm install @sinclair/typebox @erfanium/fetch-typebox
```