rtkapi
Version:
An API to communicate with an R11 server
23 lines (20 loc) • 434 B
JavaScript
/*
*
* ____ ________ __ ___ ____ ____
* / __ \/_ __/ //_/ / | / __ \/ _/
* / /_/ / / / / ,< / /| | / /_/ // /
* / _, _/ / / / /| | / ___ |/ ____// /
* /_/ |_| /_/ /_/ |_| /_/ |_/_/ /___/
*
*
*
*
*
*
*
* @author: JamyDev (NodeJS API module)
* @author: drdanick (The API)
*
*/
RTKConnection = require('./lib/rtkconnection.js').RTKConnection;
module.exports = RTKConnection;