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 af9df1f commit f5fa3cfCopy full SHA for f5fa3cf
src/client/index.test.ts
@@ -1,4 +1,6 @@
1
/* eslint-disable @typescript-eslint/no-unused-vars */
2
+/* eslint-disable no-constant-binary-expression */
3
+/* eslint-disable @typescript-eslint/no-unused-expressions */
4
import { Client } from "./index.js";
5
import { z } from "zod";
6
import { RequestSchema, NotificationSchema, ResultSchema } from "../types.js";
src/server/index.test.ts
import { Server } from "./index.js";
0 commit comments