shock-client
Version:
A community-made Node bot library for controling PiShock devices
21 lines (7 loc) • 352 B
JavaScript
/*!SECTION
this file is the base for a new module. It should be the entry point for the module and should export the module's public API.
this file should be as simple as possible, and should not contain any logic.
*/
// SECTION - Class assignment
//class shocker
module.exports = require('./src/Shocker.js').default