0
0
mirror of https://github.com/honojs/hono.git synced 2024-12-01 11:51:01 +01:00

chore: denoify ignore

This commit is contained in:
Yusuke Wada 2022-07-13 21:07:53 +09:00
parent 89383ef4e6
commit 2b775a0fa4

View File

@ -1,3 +1,4 @@
// @denoify-ignore
/* eslint-disable @typescript-eslint/ban-ts-comment */
import type { Context } from '../../context'
import type { Next } from '../../hono'