3 lines
145 B
TypeScript
Raw Normal View History

2021-05-01 23:38:36 +02:00
import { ConnectionHandler } from "tc-shared/ConnectionHandler";
export declare function spawnServerBandwidth(handler: ConnectionHandler): void;