@crumbjs/core
Version:
<img src="https://raw.githubusercontent.com/tuplescompany/crumbjs/refs/heads/main/logo/crumbjs.png" alt="CrumbJS Logo" width="200"/> - The tasty way to build fast apis.
6 lines (5 loc) • 379 B
TypeScript
import type { ErrorContext } from './types';
export declare const defaultNotFoundHandler: () => Response;
export declare const defaultErrorHandler: ({ setStatus, exception }: ErrorContext) => import("./exception").ExceptionType;
export declare const modes: readonly ["development", "production", "qa", "staging"];
export declare const openapiUis: readonly ["swagger", "scalar"];