We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27800a commit 309c61aCopy full SHA for 309c61a
example/chat-with-runtime-checks/common.ts
@@ -8,7 +8,7 @@ import {
8
RootServer,
9
ServerDefinition,
10
SimpleNamespace,
11
-} from "../../typedSocket";
+} from "../..";
12
import * as t from "io-ts";
13
export { ChatMessage };
14
const unchecked = <T>() => t.any as t.Type<T>;
0 commit comments