nose-pluto/nose/global.d.ts
Chris Wanstrath c3e10559c7 webapp basics
2025-09-15 14:03:07 -07:00

6 lines
120 B
TypeScript

// src/global.d.ts
import type { Context as HonoContext } from "hono"
declare global {
type Context = HonoContext
}