Urara-Blog/node_modules/.pnpm-store/v3/files/38/c0b13eacac9b9fee3926b6c8b0a72bb53abbafacc1aa2df040ae38303e89662be03fab38d5ea04588bfd2e6846415b5c3a50d54b978a60c7cc3549d247e824
2022-08-14 01:14:53 +08:00

10 lines
474 B
Text

export declare const fetch: typeof globalThis.fetch
export declare const Blob: typeof globalThis.Blob
export declare const File: typeof globalThis.File
export declare const FormData: typeof globalThis.FormData
export declare const Headers: typeof globalThis.Headers
export declare const Request: typeof globalThis.Request
export declare const Response: typeof globalThis.Response
export declare const AbortController: typeof globalThis.AbortController
export default fetch