mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
Allow PURGE method in typings (#2191)
Co-authored-by: Xianming Zhong <chinesedfan@qq.com>
This commit is contained in:
Vendored
+1
@@ -29,6 +29,7 @@ export type Method =
|
||||
| 'post' | 'POST'
|
||||
| 'put' | 'PUT'
|
||||
| 'patch' | 'PATCH'
|
||||
| 'purge' | 'PURGE'
|
||||
| 'link' | 'LINK'
|
||||
| 'unlink' | 'UNLINK'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user