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 99dcd67 commit 65b3a82Copy full SHA for 65b3a82
README.md
@@ -21,7 +21,6 @@ A Worker that uses the library might look like this:
21
22
```ts
23
import { OAuthProvider } from "my-oauth";
24
-import type { ExportedHandler } from "@cloudflare/workers-types";
25
import { WorkerEntrypoint } from "cloudflare:workers";
26
27
// We export the OAuthProvider instance as the entrypoint to our Worker. This means it
0 commit comments