Skip to content

Commit

Permalink
Merge pull request #4 from EdamAme-x/jsdoc-fetch
Browse files Browse the repository at this point in the history
Jsdoc fetch
  • Loading branch information
EdamAme-x authored May 28, 2024
2 parents 25f10d9 + 021f08f commit e67cb57
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/hono-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,14 @@ class Hono<E extends Env = Env, S extends Schema = {}, BasePath extends string =

/**
* `.fetch()` will be entry point of your app.
* @see https://hono.dev/api/hono#fetch
*
* @see {@link https://hono.dev/api/hono#fetch}
*
* @param {Request} request - reuqest Object of request
* @param {Env} Env - env Object
* @param {ExecutionContext} - context of execution
* @returns {Response | Promise<Response>} response of request
*
*/
fetch: (
request: Request,
Expand Down

0 comments on commit e67cb57

Please sign in to comment.