Skip to content

Commit

Permalink
fix typedef for fetch to match spec (#717)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Majoros <[email protected]>
  • Loading branch information
hmajoros and Henry Majoros authored Aug 23, 2022
1 parent 9633076 commit 3d90fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import RSVP from 'rsvp';
export default function fetch(
input: RequestInfo,
input: URL | RequestInfo,
init?: RequestInit
): RSVP.Promise<Response>;
export const Headers: {
Expand Down

0 comments on commit 3d90fc5

Please sign in to comment.