Kind: Type
Source: src/types.ts
Definition
ts( c: Context<E> ) => NotFoundResponse extends Response ? NotFoundResponse | Promise<NotFoundResponse> : Response | Promise<Response>
Kind: Type
Source: src/types.ts
ts( c: Context<E> ) => NotFoundResponse extends Response ? NotFoundResponse | Promise<NotFoundResponse> : Response | Promise<Response>
Was this page helpful?