UNPKG

express-allow-methods

Version:

Express middleware for sending HTTP 405 Method Not Allowed response

5 lines (4 loc) 137 B
import type HttpMethod from "./http-method.type"; /** @public */ declare const methods: ReadonlySet<HttpMethod>; export default methods;