We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef6d02 commit 7b045c8Copy full SHA for 7b045c8
benchmark/servers/deno.ts
@@ -1,6 +1,7 @@
1
// @ts-expect-error this is deno
2
import { serve } from 'https://deno.land/[email protected]/http/server.ts';
3
-// @ts-expect-error this is deno
+// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- because sometimes lib/ exists and sometimes it doesnt
4
+// @ts-ignore this is deno
5
import { createHandler } from '../../lib/use/fetch.mjs';
6
7
import { schema } from '../schema.ts';
0 commit comments