Skip to content

Commit 309c61a

Browse files
committed
add missing index.d.ts
1 parent a27800a commit 309c61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/chat-with-runtime-checks/common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
RootServer,
99
ServerDefinition,
1010
SimpleNamespace,
11-
} from "../../typedSocket";
11+
} from "../..";
1212
import * as t from "io-ts";
1313
export { ChatMessage };
1414
const unchecked = <T>() => t.any as t.Type<T>;

0 commit comments

Comments
 (0)