TeaWeb/web/js/connection/CommandParser.ts

8 lines
279 B
TypeScript

/* TODO: Implement this so we could use the command protocol as well instead of json.
Why? Because the server has to do less work and we would be still happy :)
*/
namespace connection {
export function build_command(data: any[], flags: string[]) {
}
}