mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-27 02:04:39 +10:00
initial commit
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import { SessionHandler } from "./internal/session";
|
||||
|
||||
export * from "h3";
|
||||
declare module "h3" {
|
||||
interface H3EventContext {
|
||||
session: SessionHandler
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user