9 lines
167 B
TypeScript
9 lines
167 B
TypeScript
import { SessionHandler } from "./internal/session";
|
|
|
|
export * from "h3";
|
|
declare module "h3" {
|
|
interface H3EventContext {
|
|
session: SessionHandler
|
|
}
|
|
}
|