create project
This commit is contained in:
17
kitabcitab/node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.d.ts
generated
vendored
Normal file
17
kitabcitab/node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
declare class Headers extends globalThis.Headers {
|
||||
getAll(key: 'set-cookie'): string[]
|
||||
}
|
||||
|
||||
declare class Request extends globalThis.Request {
|
||||
readonly headers: Headers
|
||||
}
|
||||
|
||||
declare class Response extends globalThis.Response {
|
||||
readonly headers: Headers
|
||||
}
|
||||
|
||||
declare const fetchImplementation: typeof fetch
|
||||
declare const FileConstructor: typeof File
|
||||
declare const FormDataConstructor: typeof FormData
|
||||
|
||||
export { FileConstructor as File, FormDataConstructor as FormData, Headers, Request, Response, fetchImplementation as fetch };
|
||||
Reference in New Issue
Block a user