seagull-js/seagull

View on GitHub
packages/routes/src/HttpMethod.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type HttpMethod = 'GET' | 'POST' | 'get' | 'post'