Initial boiler plate project
This commit is contained in:
1
node_modules/next/dist/build/polyfills/fetch/index.d.ts
generated
vendored
Normal file
1
node_modules/next/dist/build/polyfills/fetch/index.d.ts
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
declare const fetchModule: ((input: RequestInfo | URL, init?: RequestInit | undefined) => Promise<Response>) & typeof fetch;
|
||||
Reference in New Issue
Block a user