4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
export { default } from "./websocket";
|
|
export { default as WS } from "./websocket";
|
|
import "./matchers";
|