4 lines
207 B
TypeScript
4 lines
207 B
TypeScript
|
import * as handler from "../connection/ServerConnection";
|
||
|
|
||
|
export const spawn_server_connection = handler.spawn_server_connection;
|
||
|
export const destroy_server_connection = handler.destroy_server_connection;
|