mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
34 lines
2.5 KiB
Diff
34 lines
2.5 KiB
Diff
diff --git a/dist/node.d.cts b/dist/node.d.cts
|
|
index d3a39ff53717d267ff4581af714533ff7229799c..4e3db1f3d6defb7b0c40d11589c0ff6cb8391ad5 100644
|
|
--- a/dist/node.d.cts
|
|
+++ b/dist/node.d.cts
|
|
@@ -1,5 +1,5 @@
|
|
import { $ as $Fetch } from './shared/ofetch.8459ad38.cjs';
|
|
-export { F as FetchError, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.cjs';
|
|
+export { C as CreateFetchOptions, g as Fetch, b as FetchContext, F as FetchError, d as FetchOptions, h as FetchRequest, f as FetchResponse, G as GlobalOptions, I as IFetchError, M as MappedResponseType, R as ResponseMap, e as ResponseType, S as SearchParameters, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.mjs';
|
|
|
|
declare function createNodeFetch(): (input: RequestInfo, init?: RequestInit) => any;
|
|
declare const fetch: typeof globalThis.fetch;
|
|
diff --git a/dist/node.d.mts b/dist/node.d.mts
|
|
index 3d8b330375ce60178c05292179ec8bac764ae516..bdcc322bd8554fc7e61d5d9760cb9991560560eb 100644
|
|
--- a/dist/node.d.mts
|
|
+++ b/dist/node.d.mts
|
|
@@ -1,5 +1,5 @@
|
|
import { $ as $Fetch } from './shared/ofetch.8459ad38.mjs';
|
|
-export { F as FetchError, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.mjs';
|
|
+export { C as CreateFetchOptions, g as Fetch, b as FetchContext, F as FetchError, d as FetchOptions, h as FetchRequest, f as FetchResponse, G as GlobalOptions, I as IFetchError, M as MappedResponseType, R as ResponseMap, e as ResponseType, S as SearchParameters, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.mjs';
|
|
|
|
declare function createNodeFetch(): (input: RequestInfo, init?: RequestInit) => any;
|
|
declare const fetch: typeof globalThis.fetch;
|
|
diff --git a/dist/node.d.ts b/dist/node.d.ts
|
|
index 6a5419d1939000a15958b362f44bf49fb1800207..4b319d2c3051e966274268670e243c5f99e2904d 100644
|
|
--- a/dist/node.d.ts
|
|
+++ b/dist/node.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
import { $ as $Fetch } from './shared/ofetch.8459ad38.js';
|
|
-export { F as FetchError, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.js';
|
|
+export { C as CreateFetchOptions, g as Fetch, b as FetchContext, F as FetchError, d as FetchOptions, h as FetchRequest, f as FetchResponse, G as GlobalOptions, I as IFetchError, M as MappedResponseType, R as ResponseMap, e as ResponseType, S as SearchParameters, c as createFetch, a as createFetchError } from './shared/ofetch.8459ad38.mjs';
|
|
|
|
declare function createNodeFetch(): (input: RequestInfo, init?: RequestInit) => any;
|
|
declare const fetch: typeof globalThis.fetch;
|