0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-30 11:20:41 +01:00

refactor: remove not used file

This commit is contained in:
Yusuke Wada 2022-06-13 10:13:33 +09:00
parent 5976a60232
commit 394aea104c

View File

@ -1,3 +0,0 @@
export interface Context {
render(template: string, params?: object, options?: object): Promise<Response>
}