UNPKG

@vulppi/intrest

Version:
9 lines (7 loc) 191 B
import type { IntRequest, IntResponse } from '@vulppi/intrest' export async function GET(ctx: IntRequest): Promise<IntResponse> { return { status: 200, body: 'Hello World!', } }