diff --git a/lib/fetcher.ts b/lib/fetcher.ts deleted file mode 100644 index 04852d0..0000000 --- a/lib/fetcher.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { stat } from "fs"; - -export const fetcher = (input: URL | RequestInfo, init?: RequestInit | undefined) => fetch(input, init).then(res => res.json().then(data => ({...data, status: res.status}))); \ No newline at end of file