mirror of
https://github.com/cdr/code-server.git
synced 2026-01-23 08:34:15 +01:00
4 lines
101 B
TypeScript
4 lines
101 B
TypeScript
import { Net } from "@coder/protocol";
|
|
import { client } from "./client";
|
|
|
|
export = new Net(client);
|