Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

drop-in replacement for fetch that brings easy integration with TypeBox

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
```