UNPKG

122 BTypeScriptView Raw
1export declare enum RequestMethod {
2 GET = 0,
3 POST = 1,
4 PUT = 2,
5 DELETE = 3,
6 PATCH = 4,
7 ALL = 5,
8}