Skip to content

Commit

Permalink
Adding Typescript HTTP method definition for LINK and UNLINK. (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbarcarol authored and yasuf committed Nov 4, 2019
1 parent fa68fd3 commit b0afbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Expand Up @@ -29,6 +29,8 @@ export type Method =
| 'post' | 'POST'
| 'put' | 'PUT'
| 'patch' | 'PATCH'
| 'link' | 'LINK'
| 'unlink' | 'UNLINK'

export type ResponseType =
| 'arraybuffer'
Expand Down

0 comments on commit b0afbed

Please sign in to comment.