Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T11:48:23.000Z (8 months ago)
- Last Synced: 2024-10-29T15:03:10.749Z (15 days 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
```