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 e1d5da3 commit 134bb9cCopy full SHA for 134bb9c
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