nose-pluto/global.d.ts
Chris Wanstrath 1c3dd16517 reeeeeboooot
2025-09-22 14:55:32 -07:00

6 lines
120 B
TypeScript

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