Musique/node_modules/@derhuerst/http-basic/lib/HttpVerb.d.ts
2021-12-04 20:00:33 +01:00

2 lines
135 B
TypeScript

declare type HttpVerb = ('GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH');
export { HttpVerb };