Files
edgetunnel/libs/edge-ui/src/lib/model.ts
zizifn c2d655774f add Ws 0rtt into node and deno (#103)
add ws 0rtt to deno and nodejs
2023-03-05 16:20:04 +08:00

6 lines
62 B
TypeScript

type V2Option = {
ws0Rtt: boolean;
};
export { V2Option };