mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-13 20:42:29 +08:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
![]() |
import { Request } from "node";
|
||
|
export function handler(req: Request) {}
|