UNPKG

yandex-cloud-functions-router

Version:
3 lines (2 loc) 115 B
declare type HttpMethod = 'OPTIONS' | 'HEAD' | 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE'; export { HttpMethod };