mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 12:04:39 +00:00
fix exporting
This commit is contained in:
@@ -11,5 +11,5 @@ export type Route = {
|
||||
|
||||
export type Template = {
|
||||
render: (data: Record<string, string>) => string;
|
||||
stream: (res, data: Record<string, string | Promise<string>>) => void;
|
||||
stream: (req, res, data: Record<string, string | Promise<string>>) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user