UNPKG

rfc9457

Version:

RFC 9457 Problem Details for HTTP APIs - A standardized error handling package for Node.js

5 lines 202 B
import { HttpError } from "../../core/index.js"; export declare class MethodNotAllowedError extends HttpError { constructor(detail: unknown); } //# sourceMappingURL=method-not-allowed-error.d.ts.map