fetchOrThrow.d.ts 90 B

1
  1. export declare function fetchOrThrow(url: string, init?: RequestInit): Promise<Response>;