isomorphic-fetch

This commit is contained in:
Aleksandr Kraiz
2022-05-10 14:26:53 +04:00
parent 81e96def62
commit c25360a026
4 changed files with 36 additions and 37 deletions

View File

@@ -1,5 +1,4 @@
import { Schema, z } from 'zod';
import { RequestInit } from 'node-fetch';
import fetchWithValidation from './fetchWithValidation';
// https://stackoverflow.com/a/64919133