Big refactors and fixes
* Query regen * Fix anchor completion * Dependency fixes * Changelog update
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
declare global {
|
||||
function nativeFetch(
|
||||
input: RequestInfo | URL,
|
||||
init?: RequestInit,
|
||||
): Promise<Response>;
|
||||
}
|
||||
Reference in New Issue
Block a user