UNPKG

103 BTypeScriptView Raw
1export declare enum HttpVerb {
2 GET = 1,
3 POST = 2,
4 PUT = 3,
5 DELETE = 4,
6 PATCH = 5
7}