update deno commons mod

This commit is contained in:
2026-02-08 15:11:25 +08:00
parent 504cd0c2db
commit fa361f0809

View File

@@ -818,7 +818,7 @@ export async function fetchWithTimeout(
return response;
}
type RequestInitWithTimeout = RequestInit & {
export type RequestInitWithTimeout = RequestInit & {
timeoutMillis?: number;
};