6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { SocketConfig } from "../Types";
|
|
|
|
const makeChatsSocket = (config: SocketConfig) => {
|
|
|
|
}
|
|
export default makeChatsSocket |