Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 465 Bytes

File metadata and controls

22 lines (14 loc) · 465 Bytes
editUrl false
next false
prev false
title createApp

createApp(options?): Promise<Hono<BlankEnv, BlankSchema, "/">>

Defined in: app.ts:284

Create a Hono app with all Junior routes.

Parameters

options?

JuniorAppOptions

Returns

Promise<Hono<BlankEnv, BlankSchema, "/">>